Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosbit/go-sql-driver

wrapper of database/sql/driver to easy writing sql driver in golang
https://github.com/rosbit/go-sql-driver

driver golang sql sql-driver-wrapper wrapper

Last synced: about 6 hours ago
JSON representation

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

Awesome Lists containing this project

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.