gopgsqldriver

PostgreSQL driver for the Go SQL database package

  • Owner: jbarham/gopgsqldriver
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

pgsqldriver

pgsqldriver is a PostgreSQL driver for the [Go SQL database package]
(http://weekly.golang.org/pkg/database/sql/).

Installation

go get github.com/jbarham/gopgsqldriver

By default the package is configured to build on Linux.

Usage

import "database/sql"
import _ "github.com/jbarham/gopgsqldriver"

Note that by design pgsqldriver is not intended to be used directly.
You do need to import it for the side-effect of registering itself with
the sql package (using the name "postgres") but thereafter all interaction
is via the sql package API. See the included test file pgsqldriver_test.go
for example usage.

About

pgsqldriver is based on my pgsql.go package.

John Barham
jbarham@gmail.com
@john_e_barham
Melbourne, Australia

Main metrics

Overview
Name With Ownerjbarham/gopgsqldriver
Primary LanguageGo
Program languageShell (Language Count: 2)
Platform
License:Other
所有者活动
Created At2011-10-02 11:39:29
Pushed At2020-12-28 10:53:58
Last Commit At2012-02-27 22:21:53
Release Count0
用户参与
Stargazers Count73
Watchers Count3
Fork Count16
Commits Count14
Has Issues Enabled
Issues Count9
Issue Open Count7
Pull Requests Count0
Pull Requests Open Count5
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private