SQLite should have (Rust-style) editions
- Date: 2026-07-15 Git: https://gitlab.com/mort96/blog/blob/published/content/00000-home/00017-sqlite-editions.md SQLite is an amazing database engine.
- I use it as a database for plenty of embedded projects, and I don't think it's an exaggeration to call it the industry standard for local data storage.
- Some server software even uses it; for example, lobste.rs is now running on SQLite.
Unverified
- Date: 2026-07-15 Git: https://gitlab.com/mort96/blog/blob/published/content/00000-home/00017-sqlite-editions.md SQLite is an amazing database engine.
- I use it as a database for plenty of embedded projects, and I don't think it's an exaggeration to call it the industry standard for local data storage.
- Some server software even uses it; for example, lobste.rs is now running on SQLite.
Sources: Mort