Sabitlenmiş Tweet

Cache, Store, and Serve All in One: Manage Your Website with SQLite Power
dev.to/gc-victor/quer…
#rustlang #javascript #sqlite #redis
English
Víctor García
5.7K posts
















Me moving off PlanetScale because I'm a side project with no users and it's $40 a month now and I only ever signed up for it because Vercel's serverless environment requires a db with an http api



Reminder: SQLite is 35% faster than the filesystem while also using 20% less disk space

SQLite is cool but do not forget that it is a single connection database for local use. One user at a time. The doc is awesome: >> SQLite does not compete with client/server databases. SQLite competes with fopen() sqlite.org/whentouse.html