aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
184 stars 8 forks source link

[Feature Request] Support postgres #32

Closed xstar97 closed 1 year ago

xstar97 commented 1 year ago

Hi i like to request postgres support, having the database as a separate instance and being postgres is much more manageable and faster than a sqlite db.

aetaric commented 1 year ago

It's actually not sqlite! It's bbolt. A lightning fast key/value flat file database written in go. I don't need the features from a sql database (relations), so postgres would be incredibly bulky, would require a lot of code to change, and would require users to setup an entirely new database engine just to run checkrr.

xstar97 commented 1 year ago

Ahh ok, thanks for clarifying.