i am not quite sure why the developers have added support for sqlite only when developing this gem.
I believe sqlite is not adequate for production, needless to say in a multitenant setup.
i am looking for native tenant support for postgresql is this something foreseeable in short term ?
also: are auto schema-migrations supported for multi tenant setups ? i would like to run migrations only on connections and not everytime a new app version is deployed.
i am not quite sure why the developers have added support for sqlite only when developing this gem.
I believe sqlite is not adequate for production, needless to say in a multitenant setup.
i am looking for native tenant support for postgresql is this something foreseeable in short term ?
also: are auto schema-migrations supported for multi tenant setups ? i would like to run migrations only on connections and not everytime a new app version is deployed.