fu/c
Yorhel 2aaec6a218 pg: Add json, jsonb, jsonpath support
NOW we're really getting to the part where this module is more awesome
than DBD::Pg.

(When I started working on this module I was expecting that the Postgres
binary protocol would send jsonb in a binary format as well and that I'd
be duplicating parts of the JSON parser/formatter to make that work, but
it turns out that Postgres just uses plain json for exchange. Saves me
some trouble, I guess)
2025-02-08 15:16:47 +01:00
..
common.c pg: Support binary bind params 2025-02-08 10:35:43 +01:00
jsonfmt.c pg: Add json, jsonb, jsonpath support 2025-02-08 15:16:47 +01:00
jsonparse.c Fix build for threaded perl + additional project idea 2025-02-01 13:39:58 +01:00
libpq.h pg: Add transaction & subtransaction support 2025-02-06 19:12:52 +01:00
pgconn.c pg: Add json, jsonb, jsonpath support 2025-02-08 15:16:47 +01:00
pgtypes.c pg: Add json, jsonb, jsonpath support 2025-02-08 15:16:47 +01:00