JosefNemec / Playnite

Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
https://playnite.link
MIT License
9.15k stars 494 forks source link

Switch API service database provider #657

Closed JosefNemec closed 2 years ago

JosefNemec commented 6 years ago

We currently use LiteDB because originally API service only served as cache for Steam user name -> user id conversions. Since then additional functionality was added and we need to switch to more advanced DB that would support offsite deployment, backups and other features that are not available in LiteDB.

JosefNemec commented 2 years ago

Already done.