fu/t
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
..
json_format.t Add some tests and move some docs 2025-02-01 07:00:09 +01:00
json_parse.t jsonparse: Add max_depth, max_size and offset options 2025-02-01 11:01:49 +01:00
pgconnect.t pg: Support binary bind params 2025-02-08 10:35:43 +01:00
pgtypes.t pg: Add json, jsonb, jsonpath support 2025-02-08 15:16:47 +01:00