Cannt support mssql sqllite
masterchen opened this issue · 2 comments
masterchen commented
can it support mssql and sqllite ?
chkr1011 commented
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
masterchen commented
thank you for the suggestion