PostgreSQL driver and toolkit for Go
 
 
 
Go to file
Jack Christensen 7683e5cfa7 go fmt 2013-04-11 21:12:02 -05:00
.gitignore Initial commit 2013-03-30 12:06:27 -07:00
README.md Added script for database setup 2013-04-11 19:38:30 -05:00
conn.go go fmt 2013-04-11 21:12:02 -05:00
conn_test.go Add test for connecting as correct user 2013-04-11 20:40:06 -05:00
message_reader.go Pass *messageReader to rx* instead of raw buffer 2013-04-08 20:37:09 -05:00
messages.go go fmt 2013-04-11 21:12:02 -05:00
test_setup.sql Add test for connecting as correct user 2013-04-11 20:40:06 -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.