chkr1011/Wirehome.Core

Cannt support mssql sqllite

masterchen opened this issue · 2 comments

can it support mssql and sqllite ?

Hi,
I already tried sqllite but the performance was worse. I am collecting all state in my apartment and already have a DB size of 4 GB for just 10 month. sqllite was not able to deal with that amount of data. So I changed it to MariaDB (which is a fork of MySQL).

But to answer your question: Yes you can add a different DB adapter for Entity Framework with sqllite or whatever. You can create a pull request if you like with support for this.

Best regards
Christian

thank you for the suggestion