UpstreamDataInc / goosebit

A simplistic, opinionated remote update server implementing hawkBit™'s DDI API.
https://goosebit.rtfd.io
Apache License 2.0
12 stars 2 forks source link

Add PostgreSQL database support #60

Closed easybe closed 1 month ago

easybe commented 1 month ago

The dependencies can be installed with

poetry install --extras postgresql

or

pip install goosebit[postgresql]

respectively.

Closes #54