gopgsqldriver

PostgreSQL driver for the Go SQL database package

  • 所有者: jbarham/gopgsqldriver
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者jbarham/gopgsqldriver
主编程语言Go
编程语言Shell (语言数: 2)
平台
许可证Other
所有者活动
创建于2011-10-02 11:39:29
推送于2020-12-28 10:53:58
最后一次提交2012-02-27 22:21:53
发布数0
用户参与
星数73
关注者数3
派生数16
提交数14
已启用问题?
问题数9
打开的问题数7
拉请求数0
打开的拉请求数5
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?