Topic: Working with SQLite 3
Hi Guys
I'm building a web app using RoR 3 and SQLite 3. I have done my database migrations.
My question is > How can I now query the database directly ? I know on mysql you can type something like:
mysql -u user -p database_name
But what does one do for SQLite 3 ?
I would greatly appreciate any help.
Thank You.