feathers-orm-service
v0.2.0
Published
Easily create a Object Relational Mapping Service for Featherjs.
Downloads
6
Readme
feathers-orm-service
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.