1.2.9 • Published 6 years ago

mpages v1.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Introduction

  • mpages Common enterprise modules of MySQL

Installation

  • NPM install mpages

Node uses

var p=require("mpages");

Getting Paging Content:

p.getPaging(mysqlcon,"select * from dbName",pageSize,pageBtnNum,currentPage,function(data){  
	  res.send(data);    
});  

Get the previous page and the next page

p.getSiblings(mysqlcon,"dbName","column","columnValue","asc|desc",function(data){   
      res.send(data);    
}); 
1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago