You can use Hono.js (which is similar to Express in terms of dev experience), and bind to a D1 DB to
You can use Hono.js (which is similar to Express in terms of dev experience), and bind to a D1 DB to query it from your Worker (https://developers.cloudflare.com/d1/worker-api/) - it uses sqlite's dialect of SQL under the hood, not postgres.
Cloudflare Docs
You can execute SQL queries on your D1 database from a Worker using the Worker Binding API. To do this, you can perform the following steps:


