stor export for database
Export the in-memory sqlite database to a sqlite database file.
Signature
> stor export {flags}
Flags
--file-name, -f {string}: file name to export the sqlite in-memory database to
Input/output types:
| input | output |
|---|---|
| nothing | table |
Examples
Export the in-memory sqlite database
> stor export --file-name nudb.sqlite