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