===================== sad_spirit/pg_builder ===================== This is a query builder for Postgres backed by a partial PHP reimplementation of PostgreSQL's own query parser. All syntax available for ``SELECT`` (and ``VALUES``), ``INSERT``, ``UPDATE``, ``DELETE``, and ``MERGE`` queries in Postgres 18 is supported with minor omissions. .. toctree:: :maxdepth: 3 :caption: Contents: overview workflow statement-factory statements base helpers parsing walkers queries exceptions parser-internals