Skip to content

Releases: balajz/pgxspecial

v0.2.1

05 Jan 03:04

Choose a tag to compare

  • fix issue for conn busy err in describe table results for mutliple relations

v0.2.0

19 Dec 17:36

Choose a tag to compare

This second release includes the changes in the return types and returns structured metadata instead of raw SQL output. It works with pgx/v5 and
pgxpool.

First public release

08 Dec 11:57

Choose a tag to compare

pgxspecial is a small Go library that lets you run psql-style backslash
commands (like \l, \d, \dn) directly from Go code.

This first release supports common PostgreSQL meta-commands and returns
structured metadata instead of raw SQL output. It works with pgx/v5 and
pgxpool.

Some commands are still under development and the API may change.
Feedback and contributions are welcome.