mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
add readme and gitignore
This commit is contained in:
parent
517664edbb
commit
4234a78483
2 changed files with 12 additions and 0 deletions
2
bin/db-converter/.gitignore
vendored
Normal file
2
bin/db-converter/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.yarn/unplugged
|
||||||
|
.yarn/build-state.yml
|
10
bin/db-converter/README.md
Normal file
10
bin/db-converter/README.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue