oxisql-sqlite-compat 0.2.0

Pure-Rust SQLite-compatible backend for OxiSQL via the oxisqlite Pure-Rust engine (C-free fork of limbo)
Documentation
1
2
3
4
5
//! Superseded by `rollback.rs`.
//!
//! The engine-level ROLLBACK is now fully implemented.  The tests that
//! previously verified the "not supported" error path have been removed.
//! All rollback coverage lives in `tests/rollback.rs`.