Skip to content

shory152/dmodbc

 
 

Repository files navigation

dmodbc driver is the odbc-compatible driver for DBMaker database management system. It calls into dmapi54.dll on Windows, and use cgo linked to libdmapic.a on Linux. NOTE, dmodbc need not unixODBC or windows ODBC Driver Manager.

e.g.

db, err := sql.Open("dmodbc","DSN=DB1;UID=SYSADM;PWD=xxx;");
db.Query(...)
...

For more information about DBMaker, please refer to www.dbmaker.com.tw .

About

DBMaker odbc-compatible driver written in go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 96.8%
  • Perl 2.7%
  • Makefile 0.5%