I'm a database enthusiast focused on making queries faster. Right now, I’m learning everything I can about SQLite and contributing to
TursoDB, the next-generation SQLite built in Rust.
• SQLite from scratch — building a SQLite-like database from first principles (B-trees, pager, storage engine)
• database story — interviews with top database engineers to inspire the next generation (AWS, PostgreSQL..)
• awesome database — curated collection of the best articles and resources about databases
recent pull requests:
• tursoDB - update docs now that MVCC is fully supported
• tursoDB - correct case-insensitive behaviour for tables and views to align with SQLite
• tursoDB - promote experimental_mvcc to mvcc, formalizing the MVCC journal mode
• tursoDB - fix incorrect NOT NULL constraint error handling during UPSERT
• timescaleDB extras - fix broken documentation links
• openbento - implement Spotify integration


