Tabel - node.js ORM for PostgreSQL
A simple orm for PostgreSQL, built over knex.js which works with simple javascript objects and arrays.
MIT License
npm install --save tabel
this installs v3
If you are an existing tabel user, use:
npm install --save tabel@2
Docs only for v2
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
.
V3 notes
- Added
scoperAsync
. const {scoperAsync} = require('app/orm');
. - Working on dynamic-query-chain-classes.
- using rdisdsl instead of kredis
autoId
table definition flag changed to uuid
. Breaks BC- Added mysql support with
uuid
flag true
- Added mysql support with
increments
flag true