| ▲ | nodesocket 3 hours ago | |||||||
The biggest annoyance about SQLite for me is no ability to:
You have to create a new temporary table with correct schema, copy data into this new table, drop the old table, and then rename the temporary table. | ||||||||
| ▲ | simonw 3 hours ago | parent [-] | |||||||
They've been improving that recently: 2026-04-09 (3.53.0) - "Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints" I use my own sqlite-utils CLI/Python library to work around these limitations: https://sqlite-utils.datasette.io/en/stable/python-api.html#... | ||||||||
| ||||||||