hkbyte / npm-sql

NPM package @hkbyte/sql

Home Page:https://www.npmjs.com/package/@hkbyte/sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@hkbyte/sql

A transaction oriented SQL library for Node.js

Library has easy to use promise based transactions which can be shared with multiple function so no need for nested promises now. It also support multi-dialect query building with knex. Currently PostgreSQL databases are supported. This library uses pg. Library is only possible with integration of knex. Node.js versions 10+ are supported.

Features :

  • SQL Transaction
  • Sharable Transaction
  • Query building with knex

About

NPM package @hkbyte/sql

https://www.npmjs.com/package/@hkbyte/sql

License:MIT License


Languages

Language:TypeScript 100.0%