@gumpflash/myvaz

1.2.1 • Public • Published

MyVaz

Transforms MySql into Js Commands!

By GumpFlash from DeltaSquad


How To Install

By NPM: npm i @gumpflash/myvaz

By GitHub: git clone https://github.com/GumpFlash/myvaz.git


How To Use

To start you need make this structure:

const MyVaz = require('myvaz');

const myvaz = MyVaz({
    connection:{
        host: 'localhost',
        user: 'root',
        password: 'SECRET (shiiii)',
        database: 'my_table'
    },
    tables:{ /* Go To Table Session */ },  //You can make your tables 
    debug: true //This show messages in console, but it's unecessary
});

Table

To start you need make this structure:

Readme

Keywords

none

Package Sidebar

Install

npm i @gumpflash/myvaz

Weekly Downloads

13

Version

1.2.1

License

ISC

Unpacked Size

24.9 kB

Total Files

12

Last publish

Collaborators

  • gumpflash