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

Add PostgreSQL database support #60

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

easybe
Copy link
Collaborator

@easybe easybe commented Aug 9, 2024

The dependencies can be installed with

poetry install --extras postgresql

or

pip install goosebit[postgresql]

respectively.

Closes #54

@easybe easybe requested a review from b-rowan August 9, 2024 20:19
@easybe easybe changed the title Gardena/eb/postgres Add PostgreSQL database support Aug 9, 2024
@easybe easybe mentioned this pull request Aug 9, 2024
5 tasks
easybe added 2 commits August 9, 2024 22:43
This allows us to use e.g. PostgreSQL as the database.
The dependencies can be installed with

    poetry install --extras postgresql

or

    pip install goosebit[postgresql]

respectively.
@easybe easybe force-pushed the gardena/eb/postgres branch from e30e19b to e2da442 Compare August 9, 2024 20:43
@b-rowan b-rowan merged commit d8c3d28 into UpstreamDataInc:master Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add postgres support
2 participants