I have ran sqlite3 from terminal but have problem exiting it.
this is how i have ran it:
sqlite3 database.dbi have tried CTRL+C but it wont exit, i have tried ESC, close(), exit() and it doesn't let me go.
21 Answer
Type .quit or use Ctrl+D.
Type .help to get a list of available commands.