stor for database

Various commands for working with the in-memory sqlite database.

Signature

> stor {flags}

Input/output types:

inputoutput
nothingstring

Notes

You must use one of the following subcommands. Using this command as-is will only produce this help message.

Subcommands:

nametypeusage
stor createBuiltinCreate a table in the in-memory sqlite database.
stor deleteBuiltinDelete a table or specified rows in the in-memory sqlite database.
stor exportBuiltinExport the in-memory sqlite database to a sqlite database file.
stor importBuiltinImport a sqlite database file into the in-memory sqlite database.
stor insertBuiltinInsert information into a specified table in the in-memory sqlite database.
stor openBuiltinOpens the in-memory sqlite database.
stor resetBuiltinReset the in-memory database by dropping all tables.
stor updateBuiltinUpdate information in a specified table in the in-memory sqlite database.