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

the JSON functions are genuinely useful even for simple apps. i use sqlite as a dev database and being able to query JSON columns without a preprocessing step saves a lot of time. STRICT tables are also great, caught a bug where I was accidentally inserting the wrong type and it just silently worked in regular mode