Skip to content

Tag: sqlite

All the articles with the tag "sqlite".

SQLite for Self-Hosted Apps

SQLite for Self-Hosted Apps

Why SQLite is the secret weapon for self-hosted apps. WAL mode, concurrency limits, and when to actually leave it behind for Postgres.

Durable Objects: Stateful Serverless

Durable Objects: Stateful Serverless

Cloudflare Durable Objects solve the one thing serverless can't: coordination. Storage API, WebSocket hibernation, gotchas, and a working rate limiter build.

Postgres vs SQLite for Home Lab Apps

Postgres vs SQLite for Home Lab Apps

SQLite is brilliant until you need concurrent writes, replication, or online migrations. Here's the actual line where Postgres earns its keep.