18 releases
0.6.1 | Apr 20, 2024 |
---|---|
0.6.0 | Jan 21, 2024 |
0.5.1 | Jun 17, 2023 |
0.4.0 | Jul 31, 2022 |
0.2.1 | Jun 16, 2016 |
#658 in Database interfaces
29,247 downloads per month
Used in 29 crates
(5 directly)
10MB
196K
SLoC
sqlite3-src
The package provides SQLite.
The following Cargo features are supported:
bundled
to compile SQLite from the source code that comes with the package, ignoring any SQLite libraries that might be installed in the system.
It is also possible to enable various compile-time options by setting
environment variables with the same names, such as
SQLITE_ENABLE_FTS5
.
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.