go-sql-driver-spanner:适用于Go的Google Cloud Spanner驱动程序

时间:2024-03-28 12:50:47
【文件属性】:

文件名称:go-sql-driver-spanner:适用于Go的Google Cloud Spanner驱动程序

文件大小:28KB

文件格式:ZIP

更新时间:2024-03-28 12:50:47

golang google-cloud-spanner golang-database Go

go-sql-driver-spanner 适用于Go的软件包的驱动程序。 这是一项正在进行的工作,请不要在生产中使用它。 import _ "github.com/rakyll/go-sql-driver-spanner" db , err := sql . Open ( "spanner" , "projects/PROJECT/instances/INSTANCE/databases/DATABASE" ) if err != nil { log . Fatal ( err ) } // Print tweets with more than 500 likes. rows , err := db . QueryContext ( ctx , "SELECT id, text FROM tweets WHERE likes > @likes" , 500 ) if er


【文件预览】:
go-sql-driver-spanner-master
----driver_test.go(1KB)
----stmt.go(2KB)
----internal()
--------namedargs.go(1KB)
--------rwtransaction.go(2KB)
----LICENSE(11KB)
----tx.go(2KB)
----rows.go(4KB)
----examples()
--------hello()
--------transactions()
----.gitignore(5B)
----.circleci()
--------config.yml(834B)
----go.sum(27KB)
----README.md(3KB)
----driver.go(5KB)
----go.mod(298B)

网友评论