GitHub – joaoh82/rust_sqlite: SQLRite – Simple embedded database modeled off SQLite in Rust

Rust-SQLite, aka SQLRite , is a simple embedded database modeled off SQLite, but developed with Rust. The goal is get a better understanding of database internals by building one.