We have upgraded the community system as part of the upgrade a password reset is required for all users before login in.

Node.js Database



  • 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



Looks like your connection to Community was lost, please wait while we try to reconnect.