Raimon
a few things you probably already know but... just in case!
1.
because of the preceding '.' in '.camping.db' you'll need to use ls -
al to see the file listed (in the ~ home dir) in your file system.
2.
In Magnus' example settings (database => "list") you can also add a
path to your database as well as its name (unless something's changed
since I last did it!) e.g.:
database => "./data/mydata.db"
3.
The Firefox SQLite Manager is handy for errr.. managing your SQLite
database:
https://addons.mozilla.org/en-US/firefox/addon/5817/
Note: with SQLite you cannot change column names once they're in the
database (unless anyone knows better?).
Dave E.
Yeah, people always get a little confused because you don't need to
define your database when you're using bin/camping (it has a
default SQLite database at ~/.camping.db).
_______________________________________________
Camping-list mailing list
Camping-list@rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list