Skip to content

Unique index with neo4j #58

@etabard

Description

@etabard

Hi ! I was looking for unique indexes with bulbs and neo4j and I found this in the source :

# Uncdocumented -- experimental
class UniqueIndex(ExactIndex):
    pass

class Property(object):

     ...

     # These aren't implemented yet.         
     # TODO: unique creates an index
     self.indexed = indexed
     self.unique = unique

Could you give me status on that ? Do you need help ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions