0.2.0 • Published 10 years ago

feathers-orm-service v0.2.0

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

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.