UNPKG

@sqb/connect

Version:

Multi-dialect database connection framework written with TypeScript

67 lines 1.48 kB
{ "name": "@sqb/connect", "description": "Multi-dialect database connection framework written with TypeScript", "version": "4.21.0", "author": "Panates", "license": "Apache-2.0", "dependencies": { "@jsopen/objects": "^2.0.2", "debug": "^4.4.3", "doublylinked": "^2.5.6", "fast-tokenizer": "^1.8.0", "lightning-pool": "^4.12.0", "lodash": "^4.17.21", "power-tasks": "^1.11.1", "putil-isplainobject": "^1.1.5", "putil-merge": "^3.13.0", "putil-promisify": "^1.10.1", "putil-varhelpers": "^1.6.5", "strict-typed-events": "^2.8.0", "ts-gems": "^3.11.3", "tslib": "^2.8.1" }, "peerDependencies": { "@sqb/builder": "^4.21.0", "reflect-metadata": "^0.2.2" }, "type": "module", "module": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./package.json": "./package.json" }, "engines": { "node": ">=20.0" }, "contributors": [ "Eray Hanoglu <e.hanoglu@panates.com>", "Ilker Gurelli <i.gurelli@panates.com>" ], "repository": { "type": "git", "url": "https://github.com/panates/sqb.git", "directory": "packages/connect" }, "keywords": [ "sqb", "rdbms", "sql", "client", "dialect", "multi-dialect", "database", "oracle", "postgres", "pg", "mssql", "sqlite", "mysql" ], "publishConfig": { "access": "public" } }