pq-用于Go的数据库/ sql软件包的纯Go postgres驱动程序-Golang开发

时间:2024-06-15 10:36:51
【文件属性】:

文件名称:pq-用于Go的数据库/ sql软件包的纯Go postgres驱动程序-Golang开发

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-15 10:36:51

Golang Database Drivers

pq-Go的纯数据库Postgres驱动程序,用于Go的数据库/ sql软件包。现已弃用该软件包。 最新版本位于github.com/lib/pq。 安装go get github.com/bmizerany/pq Docs http://go.pkgdoc.or pq-用于Go的数据库/ sql软件包的纯Go postgres驱动程序,现已弃用。 最新版本位于github.com/lib/pq。 安装go get github.com/bmizerany/pq文档http://go.pkgdoc.org/github.com/bmizerany/pq使用包main import(_“ github.com/bmizerany/pq”“ database / sql”)func main(){db,err:= sql.Open(“ postgres”,“ user = pqgotest dbname = pqgotest sslmode = verify-full”)// ...}连接字符串参数这些是libpq连接pa的子集


【文件预览】:
pq-master
----error.go(2KB)
----conn.go(12KB)
----url_test.go(1KB)
----encode_test.go(3KB)
----types.go(16KB)
----buf.go(1KB)
----LICENSE.md(1KB)
----README.md(3KB)
----encode.go(2KB)
----url.go(1KB)
----.gitignore(20B)
----conn_test.go(8KB)

网友评论