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

https://github.com/harwoeck/sqlee

:tophat: Package sqlee is a general purpose, transparent, non-magical helper package for sql.DB that simplifies and reduces error checking for various SQL operations.
https://github.com/harwoeck/sqlee

database db essentials go golang helper library module package sql

Last synced: 9 months ago
JSON representation

:tophat: Package sqlee is a general purpose, transparent, non-magical helper package for sql.DB that simplifies and reduces error checking for various SQL operations.

Awesome Lists containing this project

README

          

# sqlee

Package `sqlee` is a general purpose, transparent, non-magical helper package for sql.DB that simplifies and reduces error checking for various SQL operations.

[![GoDoc](https://godoc.org/github.com/harwoeck/sqlee?status.svg)](https://pkg.go.dev/github.com/harwoeck/sqlee?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/harwoeck/sqlee)](https://goreportcard.com/report/github.com/harwoeck/sqlee)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fharwoeck%2Fsqlee.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fharwoeck%2Fsqlee?ref=badge_shield)

## Installation

To install SQLEE, simly run:

```bash
$ go get github.com/harwoeck/sqlee
```

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fharwoeck%2Fsqlee.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fharwoeck%2Fsqlee?ref=badge_large)