Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fruits

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fruits

A Node ORM you may need!

  • 0.0.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Fruit

CI Buimd Dependencied experimental 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:

Keywords

FAQs

Package last updated on 12 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc