sqlite-wasm-rs-0.1.1 has been yanked.
SQLite Wasm Rust
Wrap the official sqlite-wasm
, and expect to provide a usable C-like API.
And currently the following APIs are implemented and tested:
Usage
use c as ffi;
use CString;
async
About TEST
This project was successfully used in diesel
, and diesel's integration tests and unit tests all run successfully (except for a few tests that required std::fs::*
), see sqlitest.gif
.
Related Project
sqlite-wasm
: SQLite Wasm conveniently wrapped as an ES Module.sqlite-web-rs
: A SQLite WebAssembly backend for Diesel.rusqlite
: Ergonomic bindings to SQLite for Rust.