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.
- Host: GitHub
- URL: https://github.com/harwoeck/sqlee
- Owner: harwoeck
- License: apache-2.0
- Created: 2020-05-02T12:37:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T19:31:40.000Z (over 5 years ago)
- Last Synced: 2025-04-13T09:04:18.882Z (12 months ago)
- Topics: database, db, essentials, go, golang, helper, library, module, package, sql
- Language: Go
- Homepage: https://harwoeck.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](https://pkg.go.dev/github.com/harwoeck/sqlee?tab=doc)
[](https://goreportcard.com/report/github.com/harwoeck/sqlee)
[](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
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fharwoeck%2Fsqlee?ref=badge_large)