-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

sqlite3


> The command-line interface to SQLite 3, which is a self-contained file-based embedded SQL engine.

More information.


Start an interactive shell with a new database:

sqlite3

Open an interactive shell against an existing database:

sqlite3 {path/to/database.sqlite3}

Execute an SQL statement against a database and then exit:

sqlite3 {path/to/database.sqlite3} '{SELECT * FROM some_table;}'


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:43:50 2024