graphitesql 0.0.4

A pure, safe, no_std Rust re-implementation of SQLite, compatible with the SQLite 3 file format.
Documentation
1
2
3
4
5
6
7
8
9
10
/target
Cargo.lock
*.swp

# Vendored SQLite reference material is large and reproducible via
# `reference/fetch.sh` (hash-verified). Do not commit it.
/reference/sqlite-src.zip
/reference/sqlite-src-*/
/reference/sqlite-fileformat2.html
/reference/sqlite-doc-*/