MegaHAL in Pure SQL
MegaHAL chatbot runs in pure SQL—no PL/pgSQL escape hatches, just CTEs and recursive queries.
Pure-SQL diagnostic functions for PostgreSQL - load via psql, no extensions required
Zero-install Postgres diagnostics, but pg_stat_statements and pgAdmin already exist.
PostgreSQL DBAs and backend engineers managing production instances
pg_stat_statements · pgAdmin · pg_ash
MegaHAL chatbot runs in pure SQL—no PL/pgSQL escape hatches, just CTEs and recursive queries.
pgrx for MySQL, but requires using a fork instead of vanilla MySQL.
gRPC calls from SQL without codegen—pg_http users finally have a typed alternative.
Pure SQL introspection means zero driver hell when exporting Postgres schemas to DBML.
Deno runtime inside Postgres brings npm imports and sandboxing to stored procedures.
Self-hosting Miranda dialect compiler in 7kloc with 19-pass optimization and GC.