UNPKG

tuain-dbpool-generic

Version:

Database pool interface to perform standard database operations as part of the Tuain Application Development Framework

31 lines 809 B
{ "name": "tuain-dbpool-generic", "version": "1.0.0", "description": "Database pool interface to perform standard database operations as part of the Tuain Application Development Framework", "main": "index.js", "scripts": { "test": "test.js" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/imixconsulting/tuain_dbpool_mssql.git" }, "keywords": [ "Database", "Tuain", "Framework", "relational" ], "author": "Mauricio Méndez", "license": "MIT", "homepage": "https://bitbucket.org/imixconsulting/tuain_dbpool_generic#readme", "dependencies": { "knex": "^2.4.1", "knex-paginate": "3.0.2" }, "devDependencies": { "eslint": "^8.32.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.27.0" } }