I am using the sqlite3
NPM package. I would like store JSON in one of my database columns. I understand that SQLite itself is able to store JSON https://www.sqlite.org/json1.html, but I am not necessarily sure how I would do this through Node.js.
Has anybody ran into this scenario before, using the sqlite3
NPM package to store JSON? Would I be better off using a lightweight NoSQL database?