1.0.3 • Published 8 years ago

tablefy v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

How to use

First you will need to require the package like usual

const Tablefy = require("tablefy")

Then create a new tablefy

let table = new Tablefy()

Then when you make a query you will use it like so

  connection.query("SELECT * FROM products", (err,res)=>{
    table.draw(res);
  });

Example Example

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago