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

JavaScript

Node/MySQL Tutorial for Beginners

I'm trying to find a Node/MySQL tutorial for people who haven't learned anything about how to access or add to/remove from a database via the server. The best option I've found so far is this, but it already assumes a LOT of pre-existing understanding of server/database interactions:

https://github.com/felixge/node-mysql

Anyone have a better resource?

1 Answer

Jeremy Barbe,

I'm trying to glean a bit of context from your question but I'm having trouble. Do you already have experience with raw SQL and are looking for an ORM (Object Relational Mapper) tutorial? Or are you looking to start at the foundations of SQL and databases?

If it's the latter, a great place to do this is Mode Analytics's SQL School.

If it's the former, Bookshelf.js seems like a very well supported and well documented ORM for Node.js.

Hope this helps! Chris A.