文件名称:firebirdsql:Go的Firebird RDBMS sql驱动程序(golang)
文件大小:98KB
文件格式:ZIP
更新时间:2024-05-26 20:32:45
Go
firebirdsql(转到firebird sql驱动程序) Firebird RDBMS 用于GoSQL驱动程序 要求 Firebird 2.5或更高 Golang 1.13或更高版本 例子 package main import ( "fmt" "database/sql" _ "github.com/nakagami/firebirdsql" ) func main() { var n int conn, _ := sql.Open("firebirdsql", "user:password@servername/foo/bar.fdb") defer conn.Close() conn.QueryRow("SELECT Count(*) FROM rdb$relations").Scan(&n) fmt.Print
【文件预览】:
firebirdsql-master
----connection.go(6KB)
----.gitignore(259B)
----go.mod(310B)
----rows.go(4KB)
----utils.go(7KB)
----subscriber.go(5KB)
----attic()
--------errmsgs.c(3KB)
--------firebird.conf(127B)
----statement.go(5KB)
----decfloat.go(7KB)
----driver_go18_test.go(4KB)
----LICENSE(1KB)
----event.go(5KB)
----driver.go(2KB)
----decode_speed_test.go(2KB)
----go.sum(1KB)
----transaction_test.go(11KB)
----xsqlvar.go(14KB)
----.github()
--------workflows()
----dsn.go(3KB)
----README.rst(2KB)
----eventmanager.go(3KB)
----wireprotocol.go(35KB)
----utils_test.go(4KB)
----_examples()
--------event_channel.go(2KB)
--------event_callback.go(2KB)
----driver_test.go(22KB)
----srp.go(7KB)
----event_test.go(6KB)
----srp_test.go(2KB)
----result.go(2KB)
----errmsgs.go(86KB)
----transaction.go(4KB)
----errors.go(2KB)
----driver_go18.go(4KB)
----remoteEvent.go(4KB)
----timezonemap.go(18KB)
----consts.go(14KB)