Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDerek Lewis
Courses Plus Student 18,085 PointsIs there a database.sql for this course?
I would like to set up this site on my local machine. Is there a database.sql file for this course? Is there an easy way to convert the database.db to .sql? Thanks.
3 Answers
Ricardo Rodriguez
9,758 PointsDerek Lewis I noticed this is an old post but following up with the answer from Synergi Tech should I assume you noticed in the connection file that Alena Holligan is using sqlite? That is a filed base DB so all you have to do is use it as showing in the attached files and your data will go to a file without having to worry about dealing with mysql or phpmyadmin, etc.
jlampstack
23,932 PointsHere is a link to the official Symfony video series for Installing & Setting up the Symfony Framework
Synergi Tech
2,505 PointsHi Derek,
Checkout the downloads with the video. The download includes plenty of files and one of them, inside the 'inc' folder is a database file.