Where is this Rails file stored? db/development.sqlite3 Where is this Rails file stored? db/development.sqlite3 sqlite sqlite

Where is this Rails file stored? db/development.sqlite3


You can find your database file after you have give "scaffold" command at following directoryIf you are in your project folder thenthen go to "DB" folderthen you can see "development.sqlite3" file this is the sqlite database file


FWIW the file might not exist if you haven't done rake db:create yet.