Add an env variable to choose the Database Schema #528
Closed
stondini
started this conversation in
Feature request
Replies: 1 comment
|
Closing this out. It's from Manifest's old backend-as-a-service days, which we don't work on anymore since the pivot. See #742 for where things are now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When it comes to use Postgres as database, it could be great to be able to specify the target schema where to create the tables.
An optional
DB_SCHEMAvariable defaulting topublicmay be useful.The TypeORM
PostgresConnectionOptionsinterface defines aschemaproperty to fulfil this purpose.All reactions