myvaz

1.0.4 • 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:{

    },
    tables:{
        
    },  //You can make your tables 
    debug: true //This show messages in console, but it's unecessary
});

Readme

Keywords

none

Package Sidebar

Install

npm i myvaz

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

17.8 kB

Total Files

11

Last publish

Collaborators

  • gumpflash