NoSQL
MongoDB
MongoDB
Commands
Commands
Start it
Show databases
Select a database
List tables (collections)
Show content from a collection (table)
Passing parameters (greater than/equal)
Limit results (first five)
Dump a database
Dump a collection
Mongo
dump the data in binary form, creatingBSON
files, in order to convert then is a readable form use:
It's possible also to restore a database from a dump file with:
Last updated