Im learning Ruby on Rails 3 and would like to see the db structures created by various Scaffold commands in Sqlite3 in order to understand more the process.
In OSX Snow Leopard, entering:
which sqlite3
yields:
"/usr/local/bin/sqlite3"
However cant seem to find the databases! Pointing to that location merely yields the following error message:
connection failed. file is encrypted or is not a database
To view the dbs im using:
anyone enlighten me where the dbs actually reside? "/usr/local/bin/sqlite3" seems to be an symlink to: /usr/local/Cellar/sqlite/3.7.10/bin/sqlite3s