A simple orm for PostgreSQL, built over knex.js which works with simple javascript objects and arrays.
npm install --save tabel
this installs v3
If you are an existing tabel user, use:
npm install --save tabel@2
Following tests are available:
npm run test.orm
npm run test.collisions
npm run test.migrator
npm run test.migrate.cli
Before running tests, copy test/config.sample.js
to test/config.js
.
- Added
scoperAsync
.const {scoperAsync} = require('app/orm');
. - Working on dynamic-query-chain-classes.
- using rdisdsl instead of kredis
autoId
table definition flag changed touuid
. Breaks BC- Added mysql support with
uuid
flagtrue
- Added mysql support with
increments
flagtrue