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?
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?