This module is intended to provide a wrapper of database/sql/driver in golang to easy writing new drivers.
go-sql-driver fully go-getable without any dependency, So just type
go get github.com/rosbit/go-sql-driver
driver_test.go
provides a sample of driver. Run go test
to see the result.
Pull requests are welcome! Also, if you want to discuss something, send a pull request with proposal and changes.