Hey so I'm very very new to working with Cloudflare (and web in general). I wanna make a super simple little web app for which I am the only intended user, and I wanna use a D1 db as the backing storage and host the app via Pages (since I've already done that once in the past and there it worked great). However, just making requests from the app (currently just running on localhost) to the D1 db causes a cors error, so I assume D1 is just not set up for direct client calls. What should I ideally do here while keeping things as simple as possible? Do I need to set up an API using a worker to act as an intermediate between the client and the db?