You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was spinning up a project and was going to do a database per organization with sqlite, as that combination seems very appealing for my use case but I got
** (Spark.Error.DslError) multitenancy -> strategy:
Data layer does not support multitenancy
Postgres just seems too heavy weight for what i want to do, and i don't really want to have to deal with setting up a cloud database instance, was hoping to just keep it simple with sqlite. Was wondering if this is on the roadmap at all?
The text was updated successfully, but these errors were encountered:
Per-database multi tenancy is something we'd like to support both in postgres & sqlite, but at the moment it's something you'd effectively need to roll yourself. You can set the repo in the context:
Was spinning up a project and was going to do a database per organization with sqlite, as that combination seems very appealing for my use case but I got
Postgres just seems too heavy weight for what i want to do, and i don't really want to have to deal with setting up a cloud database instance, was hoping to just keep it simple with sqlite. Was wondering if this is on the roadmap at all?
The text was updated successfully, but these errors were encountered: