Neo4j 活动节点:如何像活动记录一样使用 default_scope?

Neo4j Active Node : how to use default_scope like active record?

有什么方法可以像活动记录一样使用默认作用域吗?

https://apidock.com/rails/ActiveRecord/Scoping/Default/ClassMethods/default_scope

或者我可以从任何查询中排除节点的任何其他方法?

neo4jrb does not yet support a default scope. There is already an open issue 那个。

如果你使用的是neo4j企业版,可以创建custom user roles that are configured to have access to specific procedures。因此,分配给定自定义角色的 neo4j 用户只能执行该角色程序允许的任何操作。