RSSAmplifier

Eric's Site · May 16, 2022

Litestream, sqlite3 and Rails

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Using litestream to deliver robust web app hosting with the performance of embedded sqlite3 seems to be the hot thing right now . It makes sense: for most apps we build today sqlite with backups will perform as well or better than an isolated database like mysql or postgres. The secret is in the fact that the network overhead for each sql query is zero. With sqlite, the database is accesses…

Read on /posts/12-litestream-sqlite3-and-rails/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.