Running this command will open the shell: ```bash sqlite-utils shell data.db ``` Or omit the database for an in-memory shell. It will behave in a similar way to the `sqlite3` shell - but you'll have access to the extra SQL functions provided by plugins.
Running this command will open the shell:
Or omit the database for an in-memory shell.
It will behave in a similar way to the
sqlite3shell - but you'll have access to the extra SQL functions provided by plugins.