UNPKG

leaf-orient

Version:

OrientDB ODM with support for schemas inspired by mongoose

44 lines (30 loc) 1.61 kB
[![NPM Version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url] [![Build Status][travis-image]][travis-url] [![Code Climate][codeclimate-image]][codeclimate-url] [![Codecov][codecov-image]][codecov-url] [![License][license-image]][license-url] # Leafjs orientdb plugin [leaf-orient](https://github.com/leafjs/orient) based on [orientose](https://github.com/seeden/orientose), it will create database structure for you automatically from your schema. ## Running Tests ```sh npm test ``` ## Contributors * Zlatko Fedor ([Zlatko Fedor](http://github.com/seeden)) * Wong Shek Hei ([shekhei](https://github.com/shekhei)) * Chris Ye ([xyezir](https://github.com/xyezir)) ## Bugs and Contributions If you find a bug, please report it using the [issue tracker](http://github.com/leafjs/orient/issues). [npm-image]: https://img.shields.io/npm/v/leaf-orient.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/leaf-orient [travis-image]: https://img.shields.io/travis/leafjs/orient.svg?style=flat-square [travis-url]: https://travis-ci.org/leafjs/orient [codecov-image]: https://codecov.io/gh/leafjs/orient/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/leafjs/orient [codeclimate-image]: https://codeclimate.com/github/leafjs/orient/badges/gpa.svg [codeclimate-url]: https://codeclimate.com/github/leafjs/orient [license-image]: http://img.shields.io/npm/l/leaf-orient.svg?style=flat-square [license-url]: LICENSE [downloads-image]: http://img.shields.io/npm/dm/leaf-orient.svg?style=flat-square [downloads-url]: https://npmjs.org/package/leaf-orient