Mustafa Akın
Mustafa Akın
CDCloudflare Developers
Created by Mustafa Akın on 10/7/2023 in #workers-help
Use D1 Database without binding
With the recent announcement, it looks like we can create 50k D1 databases. https://twitter.com/elithrar/status/1710625227062055202 I want to have a shared worker, but have a worker interact with ~ 2k D1 tenants for each customer based on the request parameters. I don'T think binding every tenant DB to worker is feasible, there is a public API for query, but it's rate limited and maybe not the ideal way, so what's the direction I should take?
2 replies