SenexCrenshaw / StreamMaster

MIT License
213 stars 22 forks source link

Feature Request: Relational Databases (mariadb, mysql, postgresql etc.) #181

Closed korncola closed 10 months ago

korncola commented 10 months ago

sqlite is not very reliable (today mine broke again) The option to use a decent relational database like mysql, mariadb or postgresql would be awesome. Also the database could than be on a seperated host. I am no .NET dev but with a database model and adapter it shouldnt be too much work to implement persistance database vendor agnostic.

Thank you, great software :)

SenexCrenshaw commented 10 months ago

sqlite is very stable. check your configuration settings for issues. So many application use this. radarr/sonarr/..... Submit a PR if you want a diff ORM.