sqlite3-sys 0.2.2

The package provides bindings to SQLite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# sqlite3-sys [![Build Status][status-img]][status-url]

The package provides bindings to [SQLite][1].

## [Documentation][doc]

## Contributing

1. Fork the project.
2. Implement your idea.
3. Open a pull request.

[1]: https://www.sqlite.org

[status-img]: https://travis-ci.org/stainless-steel/sqlite3-sys.svg?branch=master
[status-url]: https://travis-ci.org/stainless-steel/sqlite3-sys
[doc]: https://stainless-steel.github.io/sqlite3-sys