SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
Thread: Rails Database Location?
-
Aug 23, 2008, 13:46 #1
- Join Date
- Apr 2008
- Posts
- 20
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Rails Database Location?
Howdy SitePoint,
I want to use a GUI to explore the sqlite database that Rails set up for me.
To do this, I downloaded a program called SQLite Plus Database Explorer, but I realized I have no idea where the data file is for my application. I tried searching around the folders, but couldn't locate it.
Where is it? (or if I'm completely misunderstanding something please let me know that too!)
Thanks,
Matt
Edit: Disregard. The file didn't have the extension I thought, so I was searching for the wrong file!Last edited by Tau; Aug 23, 2008 at 15:11. Reason: found answer
-
Aug 25, 2008, 17:30 #2
- Join Date
- Mar 2002
- Location
- Perth, Western Australia
- Posts
- 133
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi There,
Location is simply the db folder of your app !
( myapp\db\development.sqlite3 )
Also worth checking out SQLite Manager for Firefox.
https://addons.mozilla.org/en-US/firefox/addon/5817
Lightweight, easy to use, developer is very actively working on updates.
cheers, Dave
Bookmarks