@fxjs/db-driver
Version:
[](https://www.npmjs.org/package/@fxjs/db-driver) [](https://travis-ci.org/fxjs-modules/db-driver) [ • 1.48 kB
JSON
{
"name": "@fxjs/db-driver",
"version": "0.5.3",
"description": "",
"keywords": [
"mysql",
"redis",
"sqlite",
"adapater"
],
"author": "richardo2016 <richardo2016@gmail.com>",
"license": "ISC",
"repository": {
"type": "https",
"url": "https://github.com/fxjs-modules/orm/tree/master/packages/db-driver"
},
"types": "typings/index.d.ts",
"main": "lib",
"unpkg": "./lib/index.cjs.js",
"jsdelivr": "./lib/index.cjs.js",
"scripts": {
"build": "rimraf ./lib ./typings && ftsc ./src/* --outDir ./lib",
"test": "fibjs test",
"ci": "npm run build && npm run test",
"prepublishOnly": "npm run ci",
"test-db": "fibjs test/run-db",
"test-db-mysql": "cross-env URI=mysql://root:@localhost:3306/db-driver npm run test-db"
},
"engines": {
"fibjs": "*"
},
"analyse": false,
"dependencies": {
"@fxjs/orm-core": "^0.3.2",
"parse-querystring-dotkey": "^1.0.3"
},
"devDependencies": {
"@fibjs/types": "^0.35.0",
"@fxjs/knex": "^0.4.2",
"cross-env": "^5.2.0",
"fib-pool": "^1.6.0",
"fib-rollup": "^0.4.0",
"fib-typify": "^0.11.3",
"rimraf": "^3.0.2",
"rollup-plugin-commonjs": "^9.2.1",
"should": "^13.2.3"
},
"peerDependencies": {
"@fxjs/orm-core": "*"
},
"private": false,
"homepage": "https://github.com/fxjs-modules/orm/tree/master/packages/db-driver",
"files": [
"lib",
"typings",
"codepoints-map.json"
],
"publishConfig": {
"access": "public"
},
"gitHead": "2b370856aaa238d014c9a4149819358abf8152ee"
}