RubyFlow The Ruby and Rails community linklog

ActiveOrient PreRelease 0.79

https://github.com/topofocus/active-orient

Support for OrientDB 3.0

OrientDB is a MultiModel-Database. It shares the concept of Inheritance with OO-Languages, like Ruby, and opens the NOSQL world for SQL-Queries.

Upon initialization ActiveOrient reads the complete structure of the database, creates corresponding ruby-classes (including inheritance) and then loads user defined methods from the Model Directory. A separate schema definition is not necessary.

ActiveOrient queries the OrientDB-Database, provides a cache to speed things up and provides handy methods to simplify the work. Like Active-Record it represents the “M” Part of the MCV-Design-Pattern. There is explicit Namespace support. Its philosophy resembles the Hanami Project.

Documentation is provided in the wiki: https://github.com/topofocus/active-orient/wiki

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in