ORM examples for npmjs.org/package/rdb


Keywords
orm, sql, mySql, postgres, pg, rdb
License
ISC
Install
npm install rdb-demo@1.2.4

Documentation

rdb-demo

Examples for ORM, npmjs.org/package/rdb.

Simple, flexible mapper.
Transaction with commit and rollback.
Persistence ignorance - no need for explicit updates or saving, everything is handled by transaction.
Eager or lazy loading.
Based on promises.