Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fila43 committed Aug 2, 2023
1 parent 2686c83 commit 484aaac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ db\_converter --src SOURCE --dest DEST [ DBTYPE ]
GDBM is the default one. LMDB needs to have created directory for database files and provide it as parameter DEST

## Example
### GDBM
`./db_convert --src access.db --dest access.gdbm`

### LMDB
`mkdir lmdb`

`./db_convert --src access.db --dest lmdb --lmdb`
Expand Down

0 comments on commit 484aaac

Please sign in to comment.