sql.js is a javascript SQL database. It allows you to create a relational database and query it entirely in the browser. You can try it in this online demo. It uses a virtual database file stored in ...
When updating a string field with a text containing a JS timestamp it will result in an ungaught excption. it seams the regex in @cap-js/sqlite/lib/SQLiteService.js ...