The database is stored in its own file (named in your database.yml) To access it, on the commandline: sqlite3 filename on the server and directory where it is located (or use the full path). The database will most likely be in the RAILS_ROOT directory of your application.
On Feb 9, 2008 7:03 PM, Dave Amos <[EMAIL PROTECTED]> wrote: > > Hi there, > > I just deployed my rails app using Capistrano, and all's well for the > most part. I'm not used to using sqlite3 on the command line, though, > and I can't figure out how to use the sqlite3 prompt to find my > production database. When I type in sqlite3 and then do ".databases", it > doesn't show up. Does anyone have any sqlite tips for a newbie? :) > > Dave > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---