nitc :: NeoModel :: _model_name
Because we use only one Neo4j instance to store all the models, we need to mark their appartenance to a particular model and avoid loading all models.
The name is used as a Neo label on each created nodes and used to load nodes from base.
# The model name.
#
# Because we use only one Neo4j instance to store all the models,
# we need to mark their appartenance to a particular model and avoid loading all models.
#
# The name is used as a Neo label on each created nodes and used to load nodes from base.
var model_name: String
src/neo.nit:218,2--224,23