Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rosbit/go-sql-driver
- Owner: rosbit
- License: mit
- Created: 2019-05-14T09:45:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-20T08:01:49.000Z (over 1 year ago)
- Last Synced: 2024-06-20T10:55:18.248Z (5 months ago)
- Topics: driver, golang, sql, sql-driver-wrapper, wrapper
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.