lun-4 / awtfdb

the Anime Woman's Tagged File Data Base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

refactor Context API

lun-4 opened this issue · comments

commented
  • separate out part of the Context dedicated to loading and using the database from the creation and migration of database (this leads to weird things like self.db being optional)
  • turn logger.err calls that contain metadata into first-class error objects (akin to sqlite's getLastDetailedErrorFromDb API)