Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dvarrazzo/pger
- Owner: dvarrazzo
- Created: 2012-12-28T18:04:46.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-02T19:11:39.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T17:58:24.366Z (25 days ago)
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 typesCurrent 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