I am trying to find a sqlite database file that creates rails.
Sorry if this is a stupid question, but in which folder is this file stored?
I looked through all the folders in the Rails project and cannot find it.
My database.yml :
development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000
database ruby-on-rails sqlite configuration
carson welsh
source share