summaryrefslogtreecommitdiff
path: root/jimbrella/csv_table.py
AgeCommit message (Collapse)Author
2021-10-31CsvTable keeps log when a row cannot be readFrederick Yin
Also, lockfile is unlocked even when app crashes.
2021-10-31Compat: list[dict] type hinting unsupported by 3.7Frederick Yin
2021-10-27Implement CsvTable._appendFrederick Yin
2021-10-27Refactor: separate CSV table into new moduleFrederick Yin
Database is now subclass of CsvTable