A faster way to copy SQLite databases between computers
I store a lot of data in SQLite databases on remote servers, and I often want to copy them to my local machine for analysis or backup.
weeklyfoo #83 / 2025-05-05sqlitedatabases
A faster way to copy SQLite databases between computers
I store a lot of data in SQLite databases on remote servers, and I often want to copy them to my local machine for analysis or backup.
weeklyfoo #83 / 2025-05-05Bluesky SQLite
Gotchas with SQLite in Production
Read the seven gotchas if youβre thinking about using sqlite.
weeklyfoo #42 / 2024-07-22JSONB has landed
Why does SQLite (in production) have such a bad rep?
SQLite, like any other database, has its pros and cons. For the majority of applications and scales, it is perfect. You always have PostgreSQL for anything else.
weeklyfoo #38 / 2024-06-24Zero-latency SQLite storage in every Durable Object