pg-next
v1.3.0
Published
Helper functions for querying PostgreSQL through the pg client.
Downloads
13
Maintainers
Readme
pg-next
Helper functions for querying PostgreSQL
through the pg
client.
Escaping based on pg
's non-exposed helper functions and PostgreSQL
's src/interfaces/libpq/fe-exec.c
.
Query template tag and joining based on pg-template-tag
.