OrientDB [orientdb] module
This module is for the Play 1.x series only.
OrientDB for Play! Framework
Features
- play.db.Model support
- CRUD support
- Embedded server for development
- Injection of database sessions in controllers
- Annotation-based transaction demarcation
- Live class-reloading as usual
- Basic support for RecordHooks and DatabaseListeners
https://github.com/mfornos/orientdb
Written by Marc Fornos.
Published releases
0.1.1 | Dec 30 2011 | Documentation | Try Play |
0.1 | Sep 08 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install orientdb-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> orientdb {version}