I cannot find where the database in my Rails application is located. I looked in folders like /db, /db/migrate, and /app/models, but cannot find the actual database that I can open to examine the data. Where is it located?
I cannot find where the database in my Rails application is located. I looked
Share
Try running
rails dbconsolefrom the command line while you’re inside your project directory.