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

Databases

Matthew Francis
Matthew Francis
6,967 Points

Would SQL or NoSQL be appropriate for my situation?

say I'm building an application in Node.JS for a school that has students, teachers, classes. You can see there's alot of relationships in there.

Would you recommend using NoSQL? I know that you can use mongoose to enforce relationship databases in NoSQL databases though. Or would you go for a SQL database? Why does the majority recommend using NoSQL when using Node?