Mongoose!
Intro Setup The Schema Models Methods Example Data Writing to DB Pulling Data Intro Mongoose is a great javascript framework that makes working in Node with Mongoo a breeze! It’s basicallt an ODM (Object Data Mapper), and gives you an easy wat to define a schema with some helper functions as well. Setup So since […]