36

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.

senaps
  • 503
  • 1
  • 5
  • 12

1 Answers1

55

Type .quit or use Ctrl+D.

Type .help to get a list of available commands.