Skip to content
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

🚀 Feature: Add external postgres database support #78

Open
edbourque0 opened this issue Dec 2, 2024 · 0 comments
Open

🚀 Feature: Add external postgres database support #78

edbourque0 opened this issue Dec 2, 2024 · 0 comments
Labels
feature New feature or request

Comments

@edbourque0
Copy link
Contributor

edbourque0 commented Dec 2, 2024

Feature description

Add the option to connect to an external Postgres database to store the data, replacing sqlite. The database information could be entered as environment variables (host, port, username, password). Could add these env var : DB_TYPE (sqlite or postgres), DB_HOST, DB_PORT, DB_USER, DB_PASS.

Pitch

I personally like to have control over my app's data. I have a postgres database that stores all of it and it's easier to update some data thru this. My usecase for now would be to update the approximate location which are all set to unknown before I entered my maxmind licence.

@edbourque0 edbourque0 added the feature New feature or request label Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant