0.1.2 • Published 10 years ago

izhui v0.1.2

Weekly downloads
12
License
ISC
Repository
github
Last release
10 years ago

IZhui

How to use

npm install izhui

Example

var iZ = require("iz");

iZ.start(__dirname+"\\logic");

var UserClass = iZ.model("user");

var User = new UserClass(conn);

User.create({ uname: 'Hello', upass: 'hello'},function( err, u ){
    if(err){
      console.log(err.message);
      console.log(err.stack);
    }
    console.log(u.toJSON());
})

U can see the example

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago