Skip to content

wrapper of database/sql/driver to easy writing sql driver in golang

License

Notifications You must be signed in to change notification settings

rosbit/go-sql-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sql-driver

This module is intended to provide a wrapper of database/sql/driver in golang to easy writing new drivers.

Installation

go-sql-driver fully go-getable without any dependency, So just type

go get github.com/rosbit/go-sql-driver

Usage

driver_test.go provides a sample of driver. Run go test to see the result.

Contribution

Pull requests are welcome! Also, if you want to discuss something, send a pull request with proposal and changes.

About

wrapper of database/sql/driver to easy writing sql driver in golang

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages