Socket
Socket
Sign inDemoInstall

tabel

Package Overview
Dependencies
319
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
13
increased by550%
Maintainers
1
Install size
5.89 MB
Created
Weekly downloads
 

Readme

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:

  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

Keywords

FAQs

Last updated on 06 May 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc