pcah/python-clean-architecture

TinyDb DAO

lhaze opened this issue · 2 comments

lhaze commented
  • Adjust existing code to be compilant with #3
  • Uses tinydb.table (not the default one) for specific repo
  • TinyDb doesn't support multiple instances with write access (query caching), so there is a need to reify db engines (TinyDb instances) per file opened
lhaze commented

Blocked by #29.

lhaze commented

Let's assume we're done here. Further development around DAO isn't closely related to TinyDb.