NoSQL / RDBMS hybrid with referential integrity (delete cascade)?

后端 未结 5 1233
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 07:58

Is there a database out there that gives you the benefit of referential integrity and being able to use a SQL type language for querying, but also lets entities be loosely defin

5条回答
  •  长发绾君心
    2021-02-05 08:30

    There's the Gremlin language, supported by the Neo4j graph database. Regarding your example, have a look at Access control lists the graph database way and here. There's also a web-based tool including a REST API to Neo4j and a Gremlin console, see neo4j/webadmin.

提交回复
热议问题