Earlier quoted context omitted.
>I thought the whole point of SqLite is that you don't have to deal with the cruft and overhead of having to send queries over a network connection. Why tack that back on? An interesting application could be a web-application whose ONLY server is the SqLite -server. The state of the application would be stored into the SqLite database, not into "local storage" etc. Using a relational database is a great improvement i…
What’s the security model for this? Seems like you’d end up with users able to run arbitrary queries against the database.
One possibility could be that each user would have their own copy of the database, let them break it if they want to :-)