mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Must now call SanitizeSql explicitly. This was necessary because go supports variadic arguments but not totally optional arguments. So it would require something to always be passed in.
pgx
Experimental PostgreSQL client library for Go
Testing
To setup the test environment run the test_setup.sql script as a user that can create users and databases. To successfully run the connection tests for various means of authentication you must include the following in your pg_hba.conf.
local pgx_test pgx_none trust
local pgx_test pgx_pw password
local pgx_test pgx_md5 md5
Languages
Go
98.6%
HTML
1.2%
Shell
0.2%