Please checkout https://github.com/strongloop/loopback-datasource-juggler.
The project provides the integration backbone for https://github.com/strongloop/loopback to expose enterprise data as REST/mobile APIs. It was initially folked from JugglingDB. Since then, we have added a lot of enhancements, such as: * relational db schema discovery * custom id properties * declarative relations Supported DBs: * Oracle * MySQL * MongoDB * In-memory * REST-based CRUD services The data source juggler also allows other types of backends in addition to database CRUD. There is a sample project to demonstrate it: https://github.com/strongloop-community/loopback-mysql-example For more information, see: http://docs.strongloop.com/display/DOC/Working+with+models+and+data+sources http://docs.strongloop.com/display/DOC/Data+sources+and+connectors http://docs.strongloop.com/display/DOC/LoopBack+Definition+Language Thanks, Raymond On Monday, January 27, 2014 2:59:17 AM UTC-8, Diogo Resende wrote: > > I’m sorry to inform you but it depends on specific drivers. You have to > install them as usual. > > -- > Diogo Resende > > On Monday 27 January 2014 at 10:43 , Oleksandr Knyga wrote: > > Try *light-orm*. Super simple ORM node.js wrapper for relational > databases. It does not depends on any specific driver, so you can connect > to mysql, ms server and so on.. > https://npmjs.org/package/light-orm > > > воскресенье, 3 апреля 2011 г., 23:49:58 UTC+3 пользователь Alexey Ozerov > написал: > > Hi All, > > At the moment I know only one ORM project for Node.JS and Redis: it's > nohm project at https://github.com/maritz/nohm. > Do you know another nohm-like projects, especially for Express.JS? > > BR, > Alexey Ozerov. > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] <javascript:> > To unsubscribe from this group, send email to > [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
