Jack Christensen 2ed4f46454 Refactored query logic so only one place has query message loop
Also combined with this refactor is multiple functions that previously
called a []string function and then casted that to the correct type
now directly read into []correcttypt.
2013-04-13 20:28:54 -05:00
2013-03-30 12:06:27 -07:00
2013-04-13 20:28:45 -05:00
2013-04-12 08:07:05 -05:00
2013-04-12 08:07:05 -05:00
2013-04-11 21:39:44 -05:00
2013-04-11 21:39:44 -05:00

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
Description
PostgreSQL driver and toolkit for Go
Readme MIT 7.8 MiB
Languages
Go 98.6%
HTML 1.2%
Shell 0.2%