ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Sqlite as database #56

Closed mistepien closed 6 years ago

mistepien commented 6 years ago

It would be great in case of really embedded systems (eg. routers with openwrt and 16MB of flash) to enjoy OMPD with sqlite instead of so mainframe-like software like mysql.

ArturSierzant commented 6 years ago

In this stage it would be very difficult to change DB to sqlite - a lot, lot of work. And I don't know what would be the performance of sqlite for large collections (1000s of albums). If I ever dared to change it, I probably would choose something more universal like PDO. But it's rather far future...