Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 519 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 519 Bytes

NodeJS SQL query builder

Build Status

Install

npm install sql-query

Dialects

  • MySQL
  • PostgreSQL
  • SQLite
  • MSSQL

About

This module is used by ORM to build SQL queries in the different supported dialects. Sorry there is no API documentation but there are a couple of tests you can read and find out how to use it if you want.