PostgreSQL driver and toolkit for Go
 
 
 
Go to file
Jack Christensen 5073a3b9e0 Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00
.gitignore Initial commit 2013-03-30 12:06:27 -07:00
README.md Remove ERB templating support 2013-06-29 12:09:41 -05:00
connection.go Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00
connection_pool.go Use struct instead of map[string]string for connection params 2013-04-23 08:05:05 -05:00
connection_pool_test.go Replace Select(type) with SelectValue 2013-06-29 09:25:52 -05:00
connection_test.go Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00
data_row_reader.go Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00
data_row_reader_test.go DRY tests 2013-06-29 12:39:34 -05:00
message_reader.go Refactor to using bytes.Buffer 2013-06-29 16:39:07 -05:00
messages.go Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00
sanitize.go Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00
sanitize_test.go Add []byte to bytea sanitization 2013-05-07 08:29:33 -05:00
test_setup.sql Added connect with md5 password 2013-04-11 21:39:44 -05:00
value_transcoder.go Dirty, but somewhat working prepared statements and extended protocol 2013-07-01 15:41:20 -05:00

README.md

pgx

Experimental PostgreSQL client library for Go

Usage

TODO

Development

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