Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonrichardson/sqlair
SQLite Query Layer
https://github.com/simonrichardson/sqlair
Last synced: 22 days ago
JSON representation
SQLite Query Layer
- Host: GitHub
- URL: https://github.com/simonrichardson/sqlair
- Owner: SimonRichardson
- License: apache-2.0
- Created: 2022-02-17T16:52:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-14T16:56:41.000Z (over 2 years ago)
- Last Synced: 2024-06-20T03:56:46.208Z (5 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlair
## SQLite Query Layer
Creates an abstract over the go sql package to provide a better type mapping
layer.See https://pkg.go.dev/github.com/SimonRichardson/sqlair for now.