-
Notifications
You must be signed in to change notification settings - Fork 57
A single connection pool #70
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Does this starter boilerplate support a single connection pool per app?
I don't want to create a connection pool per tenant (just want a single connection pool for multi-tenant)
In PostgreSQL usually we use a schema per tenant which means the app uses a single database with multi schemas.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested