Crates.io

Import sqlite database to mongodb.

Usage

``` USAGE: sqlite2mongo.exe [FLAGS]

FLAGS: --dry-run Test reading sqlite data, do not create mongodb collection -h, --help Prints help information --mixed-case Convert field name to mixed case -V, --version Prints version information

ARGS: Sqlite data file path Mongodb URI Database name to save the imported data ```

Example:

sqlite2mongo sqlite://D:/Database/mydb.db?mode=ro mongodb://localhost:27017 mydb --mixed-case

Differences to sqlitemongo