Modern SQLite: Features You Didn't Know It Had

https://slicker.me/sqlite/features.htm

SQLite Features You Didn’t Know It Had: JSON, text search, CTE, STRICT, generated columns, WAL

SQLite Features You Didn’t Know It Had: JSON, text search, CTE, STRICT, generated columns, WAL

Surprised no one has mentioned Turso yet!

They recently landed multi-writer support for their rust SQLite re-implementation, which is personally the biggest issue I've had with using SQLite for high concurrency applications.

`PRAGMA journal_mode = 'mvcc';`

https://docs.turso.tech/tursodb/concurrent-writes

Very excited to see if SQLite responds by adding native support, I'm hoping competition here will spur improvements on both sides.

Concurrent Writes - Turso

Turso