TSV files are cumbersome to use especially for read/write operations on a live service.
Seems better to have a local database: faster speed, more safety with transactions, ...
[x] move data from tsv to a sqlite database
[x] remove all yadon dependencies
[x] add scripts to perform all such imports automatically (careful with encoding)
[x] update how each table data is accessed and modified
TSV files are cumbersome to use especially for read/write operations on a live service. Seems better to have a local database: faster speed, more safety with transactions, ...