summaryrefslogtreecommitdiff
path: root/src/index.py
Commit message (Collapse)AuthorAgeFilesLines
* Use the schema when creating indexes, also validate data before writing to ↵Kristofer Hallin2022-04-121-61/+0
| | | | CouchDB.
* Create indexes properly.Kristofer Hallin2022-02-211-0/+8
|
* Use FastAPI + JWT instead of Falcon.Kristofer Hallin2021-10-291-11/+13
|
* Better indexes.Kristofer Hallin2021-10-071-1/+5
|
* Create indexes when creating database, also make it possible to search based ↵Kristofer Hallin2021-10-061-0/+47
on indexes.