1.0.4 • Published 4 years ago

myvaz v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

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
});