summaryrefslogtreecommitdiff
path: root/src/db.py
Commit message (Collapse)AuthorAgeFilesLines
* Create indexes when creating database, also make it possible to search based ↵Kristofer Hallin2021-10-061-15/+6
| | | | on indexes.
* Minor cleanups.Kristofer Hallin2021-10-061-9/+7
|
* Return the unique key in the response when adding new data.Kristofer Hallin2021-10-061-10/+9
|
* Fixed conflict.Kristofer Hallin2021-10-011-4/+4
|\
| * Fix: Add list of observationsErnst Widerberg2021-09-281-2/+6
| |
* | * Use py-couchdb.Kristofer Hallin2021-10-011-11/+23
|/ | | | * Other minor fixes and tweaks.
* Use CouchDB, this might break things.Kristofer Hallin2021-09-231-143/+40
|
* test insertion of a dict tooLinus Nordberg2021-06-221-4/+9
|
* have db tests work againLinus Nordberg2021-06-221-4/+5
|
* initial commitLinus Nordberg2021-06-211-0/+171