Skip to content

cmosher01/digred

Repository files navigation

digred

DIGRaph EDitor

Copyright © 2020–2022, by Christopher Alan Mosher, Shelton, Connecticut, USA, [email protected]

License Website Latest Release Donate

Defines a standard schema definition language for digraph databases (such as Neo4j).

Movie
    title : STRING

Actor
    name : STRING

Actor PLAYED_ROLE_IN Movie
    character : STRING

Also a cross-platform desktop application for user CRUD operations using a schema, against a Neo4j database.