I had a quick look at your website and I don't understand the value. The point of SQLite is to run it in-process, with no networking overhead. Does each client keep a full copy of the database? If not, then what you're offering is a client-server database, then why not use PostgreSQL or MySQL instead of SQLite Cloud. Would be useful to have some architectural overview on your website explaining this.