Releases: balajz/pgxspecial
Releases · balajz/pgxspecial
v0.2.1
v0.2.0
First public release
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.