A quick and easy to use script that reads all records from one table in sqlite database and converts it into a JSON file, that you can import to MongoDB with Mongo Community Compass.
- Make sure you have npm and node installed (Run
npm -v
andnode -v
to verify) - Clone this repo
- Run
npm i
to install packages - Run with
node . <table name> <sqlite_path> <dump_filename>