PostgreSQL driver and toolkit for Go
 
 
 
Go to file
Jack Christensen 0b1ac12c0e Added basic null handling
* Connection.SelectRows leaves null values empty
* Select* and SelectAll* now error on null

refs #4
2013-04-20 11:14:01 -05:00
.gitignore Initial commit 2013-03-30 12:06:27 -07:00
README.md Added connect with md5 password 2013-04-11 21:39:44 -05:00
conn.go Added basic null handling 2013-04-20 11:14:01 -05:00
conn_test.go Added basic null handling 2013-04-20 11:14:01 -05:00
connection_pool.go Added ConnectionPool 2013-04-19 15:48:57 -05:00
connection_pool_test.go Added ConnectionPool 2013-04-19 15:48:57 -05:00
message_reader.go package name is pgx not pqx 2013-04-12 08:07:05 -05:00
messages.go go fmt 2013-04-19 15:48:45 -05:00
sanitize.go Rename pgx.conn to pgx.Connection 2013-04-17 08:26:01 -05:00
sanitize_test.go Rename pgx.conn to pgx.Connection 2013-04-17 08:26:01 -05:00
test_setup.sql Added connect with md5 password 2013-04-11 21:39:44 -05:00

README.md

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