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

https://github.com/nivl/go-sqldb

Interfaces and implementations to deal with database access in Go
https://github.com/nivl/go-sqldb

go golang interfaces sql

Last synced: 7 months ago
JSON representation

Interfaces and implementations to deal with database access in Go

Awesome Lists containing this project

README

          

# go-sqldb

[![Actions Status](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/Nivl/go-sqldb)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/Nivl/go-sqldb)
[![Go Report Card](https://goreportcard.com/badge/github.com/nivl/go-sqldb)](https://goreportcard.com/report/github.com/nivl/go-sqldb)
[![GoDoc](https://godoc.org/github.com/Nivl/go-sqldb?status.svg)](https://godoc.org/github.com/Nivl/go-sqldb)

## Implementations

- [sqlx](https://github.com/Nivl/sqldb-sqlx)
- [GoMock](https://github.com/Nivl/sqldb-gomock)