https://github.com/altipla-consulting/sqlite
Access SQLite3 through structured repository patterns.
https://github.com/altipla-consulting/sqlite
Last synced: 3 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T12:04:39.000Z (about 1 year ago)
- Last Synced: 2025-03-20T23:42:42.300Z (10 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/altipla-consulting/sqlite
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sqlite
[](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)