文件名称:odbc:用Go语言编写的odbc驱动程序
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-27 00:05:22
Go
用go编写的odbc驱动程序。 实现标准数据库/ sql软件包所使用的数据库驱动程序接口。 它在Windows上调用odbc dll,并在其他任何地方使用cgo(unixODBC)。 要开始使用odbc,请查看页面。
【文件预览】:
odbc-master
----error.go(2KB)
----foxpro_test.go(4KB)
----go.mod(97B)
----conn.go(2KB)
----CONTRIBUTORS(1KB)
----param.go(5KB)
----testdata()
--------fldtest.dbf(742B)
--------fldtest.fpt(704B)
----AUTHORS(173B)
----go.sum(207B)
----tx.go(2KB)
----stats.go(703B)
----driver.go(2KB)
----utf16.go(1KB)
----mysql_test.go(2KB)
----LICENSE(1KB)
----mssql_test.go(47KB)
----README.md(255B)
----Makefile(2KB)
----rows.go(1KB)
----.hgignore(46B)
----odbcstmt.go(4KB)
----api()
--------mksyscall_unix.pl(3KB)
--------api_unix.go(5KB)
--------zapi_unix.go(7KB)
--------zapi_windows.go(9KB)
--------api_windows_386.go(223B)
--------api_windows_amd64.go(213B)
--------api.go(5KB)
--------api_windows.go(4KB)
----column.go(9KB)
----access_test.go(1KB)
----handle.go(1KB)
----result.go(457B)
----stmt.go(2KB)