graphitesql 0.0.13

A pure, safe, no_std Rust re-implementation of SQLite, compatible with the SQLite 3 file format.
Documentation
/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-*/

# Claude Code session worktrees
.claude/worktrees/

# stray files from probes that open ":memory:" or a "file:" URI as a path
:memory:
:memory:-journal
:memory:-wal
file:*