phobosjs / phobos.js

A small JSON API framework for Mongoose and Express that takes all the annoyance of middleware out of your hands
https://phobos.js.org
MIT License
3 stars 1 forks source link

Break out ORM from app #14

Closed mtimofiiv closed 8 years ago

mtimofiiv commented 9 years ago

Right now, module is entirely dependent on MongoDB through Mongoose. It would be nice to also support some popular relational systems like Postgres.

mtimofiiv commented 8 years ago

This will be addressed in v3 - will be splitting the ORM out of the app and writing one for Mongo and one for Postgres (at least to start).