I am just starting to explore SQLite in the context of personal projects and, more recently, Publii. So this is interesting. Didn't know about triggers.<p>I found one statement confusing in this post: "I can't add a primary key after the fact to my inputs table; it's not supported".<p>I have added PKs to existing tables before, what does the author mean by that?
DuckDB is another embedded db worth taking a look. It has some unique features, such as, you can fetch data from an api, extract data from the json response and insert into database via sql