On Mon, Nov 24, 2008 at 10:11 PM, Rick <[EMAIL PROTECTED]> wrote:

> Honestly, the only limit I've found with sqlite is I haven't yet
> puzzled out how to look at the tables - like with one of the dbadmin
> tools.

prompt% cd ~/projects/foo
prompt% sqlite3 db/development.sqlite3
SQLite version 3.4.0
Enter ".help" for instructions
sqlite> .tables
bar
sqlite> .schema bar
... etc .

HTH,
-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@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-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to