pm-mysql

0.1.0 • Public • Published

pm-mysql

A mysql wrapper that returns promisified results

Usage

const pmMysql = require('pm-mysql');

pmMysql.mysqlWithPromise(connection, sql, bindings)
    .then((result) => {
        console.log(result);
    })
    .catch((err) => {
        console.log(err);
    });

Readme

Keywords

Package Sidebar

Install

npm i pm-mysql

Weekly Downloads

0

Version

0.1.0

License

ISC

Last publish

Collaborators

  • gravity25