0.1.2 • Published 8 years ago

izhui v0.1.2

Weekly downloads
12
License
ISC
Repository
github
Last release
8 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

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago