bee4/activerecord

This package is abandoned and no longer maintained. No replacement package was suggested.

Generic ActiveRecord model implementation to detach data manipulation from the used database (NoSQL, Graph, Relational...)

v2.0.0 2015-08-26 22:58 UTC

README

build status coverage report

This package define an ActiveRecord implementation which allow :

  • To detach data code representation from the used database engine
  • Add a developer friendly API to handle data

It has been built to simplify data manipulation.