From 6145be49444e4943233c81f5f754fd8ebb6b8b40 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 27 Oct 2016 22:11:19 -0400 Subject: [PATCH] Added a line to the readme. Change-Id: Idd37f52706a85944771e5d146926edd921fa590f --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b9620e..2bc8ed01 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ An ORM / OGM for the TinkerPop graph stack. The Ferma project was originally created as an alternative to the TinkerPop2 Frames project. Which at the time lacked features needed by the community, and its performance was cripplingly slow. Today Ferma is a robust framework that takes on a role similar to an Object-relational Model (ORM) library for traditional databases. Ferma is often referred to -as a Object-graph Model (OGM) library, and maps Java objects to elements in a graph such as a Vertex or an Edge. +as a Object-graph Model (OGM) library, and maps Java objects to elements in a graph such as a Vertex or an Edge. In +short it allows a schema to be defined using java interfaces and classes which provides a level of abstraction for +interacting with the underlying graph. Ferma 3.x **Supports Tinkerpop3**. For tinkerpop2 support use Ferma version 2.x. -- GitLab