Modern SQLite

Short notes about handy SQLite features you might not have heard about.

Modern SQLite: Delete limit

To keep the query from taking forever.

Modern SQLite: Secure delete

Leave no trace of deleted data.

Modern SQLite: Generated columns

Build your own document database with SQLite.

Modern SQLite: STRICT tables

Strict column type checking, like in PostgreSQL or MySQL.