I want to create a new DB for each client, I guess best way it is to use CF API (https://developers.

I want to create a new DB for each client, I guess best way it is to use CF API (https://developers.cloudflare.com/api/operations/cloudflare-d1-create-database). But then how could I dynamically query the selected DB from the worker? (I don't want to query via API, but somehow bind it dynamically if it's possible)
Was this page helpful?