Hi there,
I want to use a database for saving some daily data with a node.js server . I have been trying to use SQLite3 but I'm not able to install it using "npm install sqlite3". After a while the installation ends with the message "Killed".
So, my questions are:
- Is there any way to install sqlite3 in node.js?
- Are there other databases that I can install to use with node that are lightweight? Like TingoDB, MongoDB? Any experience with that?
Thanks,
João