Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 306 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 306 Bytes

sqlite2mongo

copy data from sqlite3 to mongodb

you need to change the index.js to adpat your project.
the line 3 -> new sqlite.Database('./fulldata.db') is your sqlite3 relative position.
the line 8 -> var mongoUrl = 'mongodb://127.0.0.1:27017/test' is your mongodb absolute position.