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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?