18 lines
428 B
Markdown
Raw Normal View History

2015-05-28 17:24:45 -04:00
# SQLite [![Build Status][status-img]][status-url]
2015-05-28 17:21:43 -04:00
The package provides an interface to [SQLite][1].
2015-05-28 17:24:45 -04:00
## [Documentation][doc]
2015-05-28 17:21:43 -04:00
## Contributing
1. Fork the project.
2. Implement your idea.
3. Open a pull request.
[1]: https://www.sqlite.org
2015-05-28 17:24:45 -04:00
[status-img]: https://travis-ci.org/stainless-steel/sqlite.svg?branch=master
[status-url]: https://travis-ci.org/stainless-steel/sqlite
[doc]: https://stainless-steel.github.io/sqlite