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

Ruby

Gustavo Winter
PLUS
Gustavo Winter
Courses Plus Student 27,382 Points

What i need? - Ruby and Rails and Local database

I have a project in progress - businnes accounting.

I need to know if it's possible to use the client HD (his personal computer, where the program will run) to alocate the data (price, clients, names....). Use the client HD as a local database where only him can acess using the app. If possible what i need to use?

For this project i will use Ruby on Rails.

Thanks.

1 Answer

To answer the question: it is possible? Yes, you can install MySQL or any other database you want locally and use Ruby to save and retrieve data from it. Cheers.