@chasidic/mysql
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Example

import { MySQL } from '@chasidic/mysql';

const mysql = new MySQL({
  user: 'root',
  password: '1234',
  host: 'localhost',
  database: 'ubimo'
});

mysql.run(async function (db) {
  await db.generateTs('generated/');
});

Readme

Keywords

none

Package Sidebar

Install

npm i @chasidic/mysql

Weekly Downloads

3

Version

0.5.0

License

MIT

Unpacked Size

34.2 kB

Total Files

19

Last publish

Collaborators

  • chasidic