UNPKG

@fxjs/db-driver

Version:

[![NPM version](https://img.shields.io/npm/v/@fxjs/db-driver.svg)](https://www.npmjs.org/package/@fxjs/db-driver) [![Build Status](https://travis-ci.org/fxjs-modules/db-driver.svg)](https://travis-ci.org/fxjs-modules/db-driver) [![Build status](https://

63 lines (62 loc) 1.48 kB
{ "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" }