summaryrefslogtreecommitdiff
path: root/src/db.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables.Kristofer Hallin2021-10-181-4/+4
* Checkk if we have a document before trying to use its key.Kristofer Hallin2021-10-181-1/+1
* Find, now with pagination! Use limit and skip to get the results you want.Kristofer Hallin2021-10-141-4/+15
* Support bulk transactions.Kristofer Hallin2021-10-071-8/+5
* Fixed db.get() and commented things somewhat.Kristofer Hallin2021-10-071-1/+29
* Create indexes when creating database, also make it possible to search based ...Kristofer Hallin2021-10-061-15/+6
* 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
|/
* 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