humbledb
humbledb copied to clipboard
No dotted-notation Index examples in documentation.
The index examples don't mention that you can use dotted long key names for indexes, e.g.
config_indexes = ['meta.published', Index('meta.tags', sparse=True)]