1.2.9 • Published 5 years ago

mpages v1.2.9

Weekly downloads
-
License
ISC
Repository
-
Last release
5 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

5 years ago

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago