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

后端 未结 5 1185
佛祖请我去吃肉
佛祖请我去吃肉 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:45

    Some NoSQL solutions support security and SQL. One of these is OrientDB. The security system is (quite) well explained here.

    Furthermore supports SQL.

提交回复
热议问题