Open marco-c opened 3 months ago
The first step here should be to use the dataset library in db.py, only changing the implementation of the various functions but keeping the same interface.
Then, as a next step, we can simplify the rest of the code to directly use the dataset library and remove db.py completely.
So we can drop the custom code from db.py, and also we should have improved performance.