These are public posts tagged with #grapgdb. You can interact with them if you have an account anywhere in the fediverse.
Just did a release of version 3.3.1 of #Ferma.
Ferma is an 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