You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tabel

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabel

A simple orm for PostgreSQL which works with simple javascript objects and arrays

3.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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

Read the docs.

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

Keywords

object-relational-mapper

FAQs

Package last updated on 06 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts