-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Milestone
Description
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 = uniqueCould you give me status on that ? Do you need help ?