Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 951 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 951 Bytes

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.