Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dvarrazzo/pger

PostgreSQL database driver for the Go language
https://github.com/dvarrazzo/pger

Last synced: 22 days ago
JSON representation

PostgreSQL database driver for the Go language

Awesome Lists containing this project

README

        

pger -- PostgreSQL Database Driver for the Go Programming Language
==================================================================

pger is a Go language module providing rich interaction with PostgreSQL
databases. Its main features are:

- implements the sql.driver interface
- wraps the libpq driver
- uses asynchronous operations for concurrency
- can be extended with extra data types

Current status
--------------

Nothing of the above yet :) I'm learning go with this project. I'll let you
know when it'll be working.

Testing
-------

$ export GOPATH=`pwd`
$ PGER_TESTDSN="dbname=pger_test" go test pger