Skip to content

hkbyte/npm-sql

Repository files navigation

@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