1
0
Fork 0
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:
Nikita Melnikov 2022-10-02 15:18:29 +08:00
parent 517664edbb
commit 4234a78483
2 changed files with 12 additions and 0 deletions

2
bin/db-converter/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.yarn/unplugged
.yarn/build-state.yml

View 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
```