Skip to content

kapv89/tabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. npm run test.orm
  2. npm run test.collisions
  3. npm run test.migrator
  4. npm run test.migrate.cli

Before running tests, copy test/config.sample.js to test/config.js.

V3 notes

  1. Added scoperAsync. const {scoperAsync} = require('app/orm');.
  2. Working on dynamic-query-chain-classes.
  3. using rdisdsl instead of kredis
  4. autoId table definition flag changed to uuid. Breaks BC
  5. Added mysql support with uuid flag true
  6. Added mysql support with increments flag true

About

Tabel - node.js ORM for PostgreSQL and MySQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published