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 trial

Java Hibernate Basics Data Persistence & ORMs Review of SQL

Deano k
PLUS
Deano k
Courses Plus Student 5,872 Points

How can I set up a database to work with hibernate on my local machine(mac)?

I want to do this on my local machine so I can then add it to a project, how would you go about doing that?

2 Answers

Rob Bridges
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Rob Bridges
Full Stack JavaScript Techdegree Graduate 35,467 Points

Hey Deano. In the next course involving hibernate and spring Chris goes over this. Essentially you add it in your database configuration file and point to the file path on your local machine. Done worry if that doesn't make sense yet it is definate covered.

There is a program for SQL .. You can find it in (teamtreehouse database library)..