Some time ago I had to tackle the migration of an application with a regular database to a multi-tenancy one, and I would like to share my experien...
For further actions, you may consider blocking this person and/or reporting abuse
Do you know if there's a way to use the prefix option with Postgres, but have it point to different databases?
Hi Daniel!
I think is not possible to change between different databases using the
prefixoption withPostgres. If you check the official documentation, you can read: "For Postgres users, this will specify the schema where the table is located, while for MySQL users this will specify the database where the table is located".Postgresuses itsschemasfor the multi-tenancy, not different databases.