Tag: sqlite
6 articles
· typescript / turso
How to set up Turso (libSQL) in a TypeScript project
Set up Turso (libSQL) in TypeScript from scratch: install @libsql/client, run CRUD, add Drizzle ORM, and manage local dev — with the gotchas most guides miss.
· neon / turso
Neon vs Turso: Serverless Postgres vs SQLite (2026)
Neon wins for Postgres-first teams and Vercel preview environments. Turso wins for read-heavy SQLite workloads — but embedded replicas break on Cloudflare Workers.
· cloudflare / d1
Cloudflare D1 in 2026: is it production-ready?
D1 cleared production-ready for read-heavy Workers apps in 2026. Two limits remain: ~10 writes/sec per database and always-on foreign key enforcement.
· database / edge
Edge database tradeoffs: when latency is a lie
Edge databases cut read latency globally, but writes still go to a single primary. When D1, Turso, Neon, or PlanetScale makes sense — and when Postgres wins.
· duckdb / sqlite
DuckDB vs SQLite: Which Wins for Desktop Analytics?
For any query touching more than a few thousand rows, DuckDB wins by a wide margin. SQLite still owns app persistence and indexed lookups. When to use each.
· turso / cloudflare
Turso vs Cloudflare D1: Which Edge SQLite Should You Pick?
D1 is the obvious choice if you live in Cloudflare Workers. Turso is the right pick everywhere else: Node.js, Deno, Bun, and Vercel. Here is the data.