1.2.1 • Published 4 years ago

@gumpflash/myvaz v1.2.1

Weekly downloads
12
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:{
        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:

1.2.1

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago