feathers-orm-service

0.2.0 • Public • Published

feathers-orm-service Build Status Code Climate

Easily create a Object Relational Mapping Service for Featherjs.

Getting Started

To install feathers-orm-service from npm, run:

$ npm install feathers-orm-service --save

See Getting Started, in the docs/ directory.

I recommend that you also examine the example source code in the examples/ directory.

Documentation

See the docs/ directory.

Developing

See the lib/ directory.

Run

grunt

Testing

Create Database, feathers_orm_service

mysql -e 'create database feathers_orm_service'

Run Grunt Tests

grunt test

Author

License

Copyright (c) 2014 Glavin Wiechert

Licensed under the MIT license.

/feathers-orm-service/

    Package Sidebar

    Install

    npm i feathers-orm-service

    Weekly Downloads

    3

    Version

    0.2.0

    License

    none

    Last publish

    Collaborators

    • glavin001