Afaik you have 3 ways to achieve this: 1. update worker bindings via the API to add an additional d
Afaik you have 3 ways to achieve this:
1. update worker bindings via the API to add an additional d1 database (docs states that you can theoretically bind up to 5k dbs, env limits)
2. use d1 over http (but queries are way slower)
3. use durable objects with sql storage (downside is that you can‘t use the tooling d1 offers)
1. update worker bindings via the API to add an additional d1 database (docs states that you can theoretically bind up to 5k dbs, env limits)
2. use d1 over http (but queries are way slower)
3. use durable objects with sql storage (downside is that you can‘t use the tooling d1 offers)






