#grapgdb β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #grapgdb, aggregated by home.social.
-
Just did a release of version 3.3.1 of #Ferma.
Ferma is an :opensource: open-source ORM/OGM for Graph Databases written in Java.
Check it out here: https://git.qoto.org/Ferma/Ferma
#Ferma #GrapgDB #nosql #Gremlin #Tinkerpop #graphDatabase #GraphTheory
-
Just did a release of version 3.3.1 of #Ferma.
Ferma is an :opensource: open-source ORM/OGM for Graph Databases written in Java.
Check it out here: https://git.qoto.org/Ferma/Ferma
#Ferma #GrapgDB #nosql #Gremlin #Tinkerpop #graphDatabase #GraphTheory
-
Woot finally getting around to doing a deploy of Ferma 3.3.0!
These are the new features:
* Added support for properties with mulitiple values for annotated property getters.
* An adjacency getter (annotated) will now return null instead of an exception if no elements present.
Setters now take null as a valid argument.* Fixed a bug that caused exceptions in the case of a vertex property with a cardinality other than single.
* Updated the dependencies