``` $ sqlite-utils shell In-memory database, content will be lost on exit Type 'exit' to exit. sqlite-utils> select 4; 4 --- 4 sqlite-utils> ^D Aborted! ```