PISAresearch / pisa

Accountable Watching Service
https://pisa.watch
28 stars 9 forks source link

Improve the Database system and serialisation support #395

Closed bigspider closed 4 years ago

bigspider commented 4 years ago

Following up on #393, some improvements might still be made to the Database. Problems of the current approach:

It might be better to have a wrapper fot the database, that also contains the serialiser inside. So that any class wanting to use the db can do so by using the wrapper, and the serialisation/deserialisation can be done there.