Skip to content

nodefruit/fruits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fruit

CI Buimd Dependencied MIT license Gitter

Introduction:

This is the global package that contains both the fruit ORM module and all its available adapters. If you haven't take a look at its documentation yet, please make sure to do so.

Installation:

  $ npm install fruits

How does it work:

Once you require the fruits module :

  var fruits = require('fruits');

You can get the fruit constructor :

  var Fruit = fruits.fruit;

You can also get the available adapters :

  var mongoAdapter    = fruits.adapters.mongodb
    , mysqlAdapter    = fruits.adapters.mysql
    , postgresAdapter = fruits.adapters.postgresql

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:

About

🍇 Fruit ORM and all its adapters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published