Skip to primary content

42

Web notebook about thoughts and discoveries in DevOps, SRE, Software Engineering….

42

Main menu

  • Home
  • About
  • contact
  • Links

Post navigation

← Previous Next →

Dbconsole exit

Posted on 26 January 2009 by kosmas
Email this to someone
email
Share on Facebook
Facebook
Tweet about this on Twitter
Twitter
Share on LinkedIn
Linkedin

Problem
You are using the script/dbconsole utility in Rails (with sqlite), and you want to exit the application but the usual keystrokes/commands like quit, exit, Ctrl + C don’t work.

Solution
You have to use the following keyword, paying particular notice in the leading dot (.exit):

1
.exit

This entry was posted in ruby on rails and tagged dbconsole, ruby on rails, sqlite3 by kosmas. Bookmark the permalink.
Proudly powered by WordPress