The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine. More information: https://sqlite.org.
sqlite3
sqlite3 {{path/to/database.sqlite3}}
sqlite3 {{path/to/database.sqlite3}} '{{SELECT * FROM some_table;}}'