Skip to content

eugene-eeo/tinyindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinyindex

Document indexing for TinyDB. Basically ensures deterministic (as long as there aren't any changes to the table) yielding of documents. A very trivial example usage:

from tinyindex import Index

idx = Index(table, *keys)
for item in idx:
   ...

idx[0]
idx[0:4]

About

indexes for tinydb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages