# README
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.
# Functions
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author