Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)