/tiny-mongo

A teeny tiny mongo wrapper and ODM

Primary LanguageJavaScript

tiny-mongo

About

tiny-mongo is a super super small ODM for mongo. While Mongoose is often a great choice for interacting with mongo sometimes you simply want a small little tool that runs on top of mongo and handles validation and querying. Enter tiny-mongo a super small ODM that simply manages the async nature of connectivity with mongo and uses json-schema for document validation.