/postgres

Generic PostgreSQL interface for Go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Postgres interface

Generic postgres interface for Go. This package creates a generic interface to interact with a PostgreSQL server. Provides basic query methods and table representations.

Usage

See postgres_test.go for examples

View API docs

More docs coming soon