summaryrefslogtreecommitdiff
path: root/database.py
Commit message (Collapse)AuthorAgeFilesLines
* use logging moduleschneefux2017-02-081-2/+3
|
* db connection params from env, fix early startschneefux2017-02-071-2/+13
|
* api: db support parametersschneefux2017-02-051-2/+3
|
* api: get new matches more reliably, remove now unused `db.meta`schneefux2017-01-281-28/+0
|
* api: use shardId instead of shard as shard id in databaseschneefux2017-01-261-8/+4
|
* api: use jsonb instead of jsonschneefux2017-01-231-2/+2
|
* api: fix getting new matchesschneefux2017-01-231-1/+1
|
* api: send requests synchronouslyschneefux2017-01-231-0/+40
|
* api: rewrite to use asyncschneefux2017-01-221-33/+42
|
* api: implement crawler and database functionalityschneefux2017-01-221-0/+83