mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 13:19:42 +02:00
11 lines
215 B
Markdown
11 lines
215 B
Markdown
|
# db-converter
|
||
|
|
||
|
Converts a database from local to MongoDB.
|
||
|
It can be useful for migrating from a local database to MongoDB.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```bash
|
||
|
node index.js --db-path .db --mongodb-url mongodb://localhost:27017
|
||
|
```
|