New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • npm
  • Socket score

Version published
Weekly downloads
43
increased by104.76%
Maintainers
1
Weekly downloads
 
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:

  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

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc