文件名称:tds:用go编写的SAP(以前为sybase)ASERSIQ驱动程序
文件大小:70KB
文件格式:ZIP
更新时间:2024-04-06 17:56:15
driver tds sybase Go
tds import "github.com/thda/tds" 软件包tds是用于数据库/ sql软件包的纯Go Sybase ASE / IQ / RS驱动程序。 状态 这是一个beta版本。 该驱动程序尚未在生产工作负载上经过实战测试。 该驱动程序准备好生产后,将发布1.0版 要求 - Sybase ASE 12.5 or higher - go 1.8 or higher. 安装 软件包安装通过go-get完成: $ go get -u github.com/thda/tds 用法 它实现了大多数数据库/ sql功能。 要连接到sybase实例,请导入软件包并使用常规的数据库/ sql API: import ( "database/sql" _ "github.com/thda/tds" ) func main() { cnxStr := "tds://my_use
【文件预览】:
tds-master
----.gitignore(32B)
----go.mod(464B)
----rows.go(10KB)
----doc.go(6KB)
----packet_type.go(484B)
----session.go(18KB)
----columnflag_string.go(929B)
----TODO(233B)
----tabular_messages.go(17KB)
----token_string.go(3KB)
----num.go(6KB)
----LICENSE(1KB)
----buffer.go(14KB)
----session_test.go(7KB)
----driver.go(6KB)
----go.sum(4KB)
----packettype_string.go(1KB)
----README.md(6KB)
----driver_test.go(3KB)
----result.go(1KB)
----gsql()
--------gsql.go(10KB)
----datatype_string.go(4KB)
----stmt_test.go(40KB)
----types.go(32KB)
----binary()
--------encoder.go(7KB)
----changetype_string.go(732B)
----messages.go(26KB)
----stmt.go(6KB)
----charsets.go(2KB)