# Functions
Exec executes an sql statement.
GetRegisteredCommands return a list with the registered command factories.
Import implements the import sub command.
RegisterCommand registers the specified command via its factory.
# Type aliases
CommandFunc a command handler factory.