Skip to main content

SQLite

Litestream & Postlite are neat. Like using deno_sqlite for scripts that query SQLite. SQLite, Rusqlite, Rusqlite Migration are great SQLite libs for Rust. sqlc is nice for Go. GRDB is nice for Swift.

I use SQLite for whenever I need an embedded database. Local apps etc. It works great for local first architectures like Replicache & Logux. If I don't need the embedded factor, I prefer using EdgeDB. Want to try using ws4sqlite.

Simple-Graph seems like a nice graph db plugin for SQLite. sqlite-zstd is amazing for compression.

Notes