Pgsemantic – Point at your Postgres DB, get vector search instantly
Automates pgvector sync triggers so you skip boilerplate for existing tables.
Zero-config semantic search for any PostgreSQL database. pip install pgsemantic, three commands, done
Database triggers keep embeddings in sync—no ETL pipelines or separate vector database needed.
Backend developers with existing PostgreSQL databases
pgvector · LanceDB · Weaviate
Automates pgvector sync triggers so you skip boilerplate for existing tables.
Pure SQL 6502 emulation with opcodes as stored procedures—no external code anywhere.
Parser hook blocks DELETE without WHERE before it wipes your production table.
Outbox + external worker architecture solves a real production pain: LLM calls in Postgres triggers without blocking transactions.
It flags concrete dangerous patterns (example: ADD COLUMN with DEFAULT) and prints step-by-step safe alternatives instead of vague warnings. The embedded Rhai-based custom checks are a smart move — teams can encode org policies — but usefulness will depend on CI integration and the breadth/precision of its rule set.
Query Iceberg tables directly via psql without spinning up Trino or Spark clusters.