stor import for database

Import a sqlite database file into the in-memory sqlite database.

Signature

> stor import {flags}

Flags

  • --file-name, -f {string}: file name to export the sqlite in-memory database to

Input/output types:

inputoutput
nothingtable

Examples

Import a sqlite database file into the in-memory sqlite database

> stor import --file-name nudb.sqlite