-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting PostgreSQL SCHEMA #5
Comments
Yes, no issues in enabling this. I will just need to prepend the schema name (e.g. |
SCHEMA can be sometimes a bit annoying. But it can make database operations also very comfortable, like backups and updates. Could the schema be defined in some environment variables like the database connection? |
Yes, the schema can be defined in environment variables (will need to check a bit). I think it will need a separate env variable, not sure if it can be done in the database connection variable itself. |
We could have |
Yes, I will do this. There are more such changes required... the application is not complete yet. :) Apart from completing the coding part, I will need to add the CI/CD (GitHub Actions), documentation (or swagger schema), README, etc. I will also add the unit tests to ensure that everything works fine. Also, later on, we will need to think of whether we should deploy this API and which service to use for this. Feel free to suggest anything else that is required! |
Of course. Don't think that you need to fix my issues within a few hours ... I just write them down before I forget about them. And I try to tag them as question if I actually just want to propose them for discussion. |
As far as I understand this would all be done in the
public
schema, right?I find it very comfortable to work in a different schema. Would it be possible to enable this? Or would it cause a lot of extra effort?
The text was updated successfully, but these errors were encountered: