Registry / database / alexbrainman-odbc

alexbrainman-odbc

JSON →
library0.0.0-20250601004241-49e6b2bc0cf0gogounverified

Package odbc implements a database/sql driver to access data via the ODBC interface.

go get github.com/alexbrainman/odbc
INSTALL
IMPORT
SIG · ALEXBRAINMAN-ODBC
A
alexbrainman-odbc
databasegov0.0.0-20250601004241-49e6b2bc0cf0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

odbc
github.com/alexbrainman/odbc

Opens a database connection using an ODBC DSN.

package main import ( "database/sql" _ "github.com/alexbrainman/odbc" ) func main() { db, err := sql.Open("odbc", "DSN=myDSN") if err != nil { panic(err) } defer db.Close() }
Debug
Known issues
gotchaRequires ODBC driver manager and drivers to be installed on the system.
fix
Install unixODBC or Windows ODBC drivers before use.
affects: >=0.0.0
Upgrade
Version history
0.0.0-20250601004241-49e6b2bc0cf0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
OpenAI (training)
1
Resources
alexbrainman-odbc — go get alexbrainman-odbc · libregistry