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...)

Maintainers

👁 shulard

Package info

gitlab.com/bee4/activerecord

pkg:composer/bee4/activerecord

Statistics

Installs: 45

Dependents: 0

Suggesters: 0

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

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

proprietary 417ec149d94b664c34e8ddc8090eb55a4b05209e

  • Stephane HULARD <s.hulard.woop@chstudio.fr>

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.