@stackpress/inquire-mysql2
TypeScript icon, indicating that this package has built-in type declarations

0.5.30 • Public • Published

💬 Inquire - MySQL2

MySQL2 connection for the Inquire library.

Install

$ npm i @stackpress/inquire-mysql2

Usage

import mysql from 'mysql2/promise';
import connect from '@stackpress/inquire-mysql2';

//this is the raw resource, anything you want
const resource = await mysql.createConnection({
  host: 'localhost',
  user: 'root',
  database: 'inquire',
});
//this maps the resource to the engine
const engine = connect(resource);

Package Sidebar

Install

npm i @stackpress/inquire-mysql2

Weekly Downloads

167

Version

0.5.30

License

Apache-2.0

Unpacked Size

24.3 kB

Total Files

21

Last publish

Collaborators

  • cblanquera