8000 GitHub - hornbill/mysql320: Provide a Go database driver for mysql versions 3.2 - 5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hornbill/mysql320

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql320

Provides a Go database driver for mysql versions 3.2 - 5

For use with the built-in Go database/sql driver. The driver name is mysql320. It will automatically choose the correct mysql protocol depending on the server version.

Connect string should be formatted as:

DBNAME/USER/PASSWD
unix:SOCKPATH*DBNAME/USER/PASSWD
unix:SOCKPATH,OPTIONS*DBNAME/USER/PASSWD
tcp:ADDR*DBNAME/USER/PASSWD
tcp:ADDR,OPTIONS*DBNAME/USER/PASSWD
cloudsql:INSTANCE*DBNAME/USER/PASSWD

About

Provide a Go database driver for mysql versions 3.2 - 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0