You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's great that there is finally a way to connect refine and sqlite. Thank you very much for that. But i´ve got a question.
Why have you choosen sqlite3 instead of better-sqlite3?
What was your motivation for this?
Thx a lot
Thomas
The text was updated successfully, but these errors were encountered:
I chose sqlite3 because it was the very first popular library that I found while planning the development of this project. I didn't even considered the fact that it was node-only and went on with the development.
Lately I've been working on the browser support with sql.js but it wasn't showing satisfactory results, so I'm considering making this data provider node-only and work to improve it.
With that said, better-sqlite3 seems to be an awesome suggestion, thank you Thomas!
Please let me know if you have any questions, I'll be available.
Hello Mateus.
I think it's great that there is finally a way to connect refine and sqlite. Thank you very much for that. But i´ve got a question.
Why have you choosen sqlite3 instead of better-sqlite3?
What was your motivation for this?
Thx a lot
Thomas
The text was updated successfully, but these errors were encountered: