PostgreSQL driver and toolkit for Go
 
 
 
Go to file
Jack Christensen 78590be058 Made many things public so SelectFunc is actually usable by others
Definitely, need to add higher level methods for other packages to
use. May rehide some of these interfaces at that point.
2013-04-26 17:06:49 -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
connection.go Made many things public so SelectFunc is actually usable by others 2013-04-26 17:06:49 -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 Make ConnectionParameters fields public 2013-04-23 08:57:29 -05:00
connection_select_column.go Made many things public so SelectFunc is actually usable by others 2013-04-26 17:06:49 -05:00
connection_select_column_test.go DRY up SelectAll* tests with erb 2013-04-20 11:46:17 -05:00
connection_select_column_test.go.erb DRY up SelectAll* tests with erb 2013-04-20 11:46:17 -05:00
connection_select_value.go Made many things public so SelectFunc is actually usable by others 2013-04-26 17:06:49 -05:00
connection_select_value_test.go Extract Connection.Select* to own file 2013-04-20 11:30:06 -05:00
connection_select_value_test.go.erb DRY connection_select_value_test.go with erb 2013-04-20 11:54:06 -05:00
connection_test.go Made many things public so SelectFunc is actually usable by others 2013-04-26 17:06:49 -05:00
message_reader.go Made many things public so SelectFunc is actually usable by others 2013-04-26 17:06:49 -05:00
messages.go Made many things public so SelectFunc is actually usable by others 2013-04-26 17:06:49 -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