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) |
||
|---|---|---|
| .. | ||
| common.c | ||
| jsonfmt.c | ||
| jsonparse.c | ||
| libpq.h | ||
| pgconn.c | ||
| pgtypes.c | ||