| Crates.io | sqlite3-src |
| lib.rs | sqlite3-src |
| version | 0.7.0 |
| created_at | 2016-05-22 17:19:44.701353+00 |
| updated_at | 2025-03-28 10:33:47.290086+00 |
| description | The package provides SQLite. |
| homepage | https://github.com/stainless-steel/sqlite3-src |
| repository | https://github.com/stainless-steel/sqlite3-src |
| max_upload_size | |
| id | 5140 |
| size | 10,996,075 |
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.
WebAssembly is supported through WASI SDK. To compile for the wasm32-wasip1
or wasm32-wasip2 target, define either
sqlite3_src_wasi_sdk_path configuration flag for rustc orWASI_SDK_PATH environment variableto point to an existing installation of the SDK.
To compile for the wasm32-unknown-unknown target, define in addition either
sqlite3_src_wasi_target_env configuration flag for rustc orWASI_TARGET_ENV environment variableto specify which target environment to compile for (e.g., p1).
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.