Monday, January 26th, 2009

Dbconsole exit

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):
.exit

2 Comments » - Posted in ruby on rails by kosmas

Wednesday, January 21st, 2009

Mandriva and Sqlite3

Problem
You want to work with sqlite3 in Mandriva (2009), but the standard installation doesn’t work, and you cannot use urpmi sqlite3.
Solution
You need to install the sqlite3 command line tools, like:
urpmi sqlite3-tools

No Comments » - Posted in Mandriva, linux, ruby on rails by kosmas