0.3.0 • Published 4 years ago

mysql-kit v0.3.0

Weekly downloads
24
License
Apache 2.0
Repository
github
Last release
4 years ago

MySQL-Kit

MySQL toolkit base on mysql package.

  • Promisify query method of mysql
  • Some common shorthand methodes
    • find
    • findOne
    • findOneById
    • findOneByQuery
    • has
    • insert
    • insertAndFind
    • update
    • updateAndFind

Usage

Install

# Use yarn
yarn add mysql mysql-kit
yarn add -D @types/mysql

# Use npm
npm install mysql mysql-kit
npm install -D @types/mysql

Use

import connect, { query } from 'mysql-kit'

// Your mysql config
const config = {}
await connect(config)

query('show tables')

Test Coverage

File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files9270.7393.191.95
connect.ts10083.3310010038
index.ts100100100100
query.ts87.167.749087.0415-16,22-25,85
tools.ts100751001003
0.3.0

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago