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) |
||
|---|---|---|
| .. | ||
| json_format.t | ||
| json_parse.t | ||
| pgconnect.t | ||
| pgtypes.t | ||