Skip to content

Latest commit

 

History

History
285 lines (276 loc) · 39 KB

File metadata and controls

285 lines (276 loc) · 39 KB
title 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.

Go SQLite database/sql tutorial is nice. SQLite Internals is great read.

Notes

Links