Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/sqlite
Access SQLite3 through structured repository patterns.
https://github.com/altipla-consulting/sqlite
Last synced: about 1 month ago
JSON representation
Access SQLite3 through structured repository patterns.
- Host: GitHub
- URL: https://github.com/altipla-consulting/sqlite
- Owner: altipla-consulting
- License: mit
- Created: 2023-02-06T22:04:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T10:04:26.000Z (6 months ago)
- Last Synced: 2024-07-07T11:23:55.041Z (6 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/sqlite
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite
[![Go Reference](https://pkg.go.dev/badge/github.com/altipla-consulting/sqlite.svg)](https://pkg.go.dev/github.com/altipla-consulting/sqlite)
Access SQLite3 through structured repository patterns.
## Install
```shell
go get github.com/altipla-consulting/sqlite
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)