SQLite for Gren Use sqlite entirely in Gren without ports via ws4sql. Note: this package expects the ws4sql fork of ws4sqlite. If you're using the npm package, you're all set. Otherwise, check the github releases of ws4sqlite for the latest ws4sql version (0.17.x). Usage Example Start a ws4sql database server: npx ws4sql --quick-db mydatabase.db This will create mydatabase.db if it doesn't exist and start a server available at http://localhost:12321/mydatabase. See docs for the npm package an...