18 lines
204 B
Markdown
18 lines
204 B
Markdown
# Mongo tools
|
|
|
|
- create backup of database
|
|
- restore from local folder
|
|
|
|
**Backups goes to `dumps` folder**
|
|
|
|
- clear collection
|
|
- drop field from collection
|
|
|
|
|
|
## Setup
|
|
|
|
`npm i`
|
|
|
|
## Usage
|
|
|
|
`npm run start` |