aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/db.py
Commit message (Collapse)AuthorAgeFilesLines
* db: move duplicate row filtering into DB insert helpersBryan Newbold2020-01-021-0/+25
|
* fix DB import countingBryan Newbold2020-01-021-4/+5
|
* fix small errors found by pylintBryan Newbold2020-01-021-1/+1
|
* db: fancy insert/update separation using postgres xmaxBryan Newbold2020-01-021-15/+30
|
* improve DB helpersBryan Newbold2020-01-021-26/+81
| | | | | - return insert/update row counts - implement ON CONFLICT ... DO UPDATE on some tables
* start work on DB connector and minio clientBryan Newbold2020-01-021-0/+141