Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.66 KB

README.md

File metadata and controls

63 lines (48 loc) · 2.66 KB

Fruit

CI Buimd Dependencied MIT license Gitter

Introduction :

This is the mysql adapter for the fruit ORM, if you haven't take a look at its documentation yet, please make sure to do so.

Installation :

  $ npm install fruit fruit-mysql

Connection options :

This is an example the options you need to pass to the fruit constructor:

  {
      host                : 'host'
    , database            : 'db'
    , user                : 'user'
    , password            : '******'
    , multipleStatements  : true
  }

The multipleStatements option is optional. If you need to get correct arguments for successCallBack after inserting multiple row, then you need to set it to true. And you also need to pass a boolean set to true as second argument to the .insert() method.

  fruit.insert({ name: 'Khalid', age: 26 }, true)
    .success(successCallBack)
    .error(errorCallBack);

Contributing

All contributions are welcome. Let's get this project to the next level. Significant and valuable contributions will allow you to be part of Fruit organisation. See the contribution guide for more details

Community

If you'd like to chat and discuss this project, you can find us here: