How can I use the same postgreSQL Database for 2 projects
I want a postgreSQL Database to internally have 2 different databases so I can differentiate for 2 services in the same project.
1 Railway Database in Project, 2 PHP Laravel Services:
- Proejct A -> Railway Database -> database_project_a
- Proejct B -> Railway Database -> database_project_b
4 Replies
Project ID:
N/A
N/A
⚠️ experimental feature
Atm you will need to pass the variable manually. Plugins are scoped to projects by default.