UNPKG

@trithanka/sql-builder

Version:

A lightweight, function-based, chainable SQL query builder for Node.js using MySQL pool connections.

27 lines (26 loc) 681 B
{ "name": "@trithanka/sql-builder", "version": "2.2.0", "description": "A lightweight, function-based, chainable SQL query builder for Node.js using MySQL pool connections.", "main": "src/index.js", "scripts": { "test": "echo \"No test specified\" && exit 0" }, "keywords": [ "sql", "query-builder", "mysql", "nodejs", "trithanka" ], "author": "Trithanka", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Trithanka/sql-query-builder" }, "bugs": { "url": "https://github.com/Trithanka/sql-query-builder/issues" }, "homepage": "https://github.com/Trithanka/sql-query-builder#readme" }