a certain issue manager that many folks dislike handles multi-tenancy that way, yeah - one db per cu
a certain issue manager that many folks dislike handles multi-tenancy that way, yeah - one db per customer.
you keep a highly available store mapping something (customerId, a subdomain, etc) to the database ID, then pass the databaseID to your client (we're working on making the d1-api support this nicely)
you keep a highly available store mapping something (customerId, a subdomain, etc) to the database ID, then pass the databaseID to your client (we're working on making the d1-api support this nicely)



