@hongminhee@hollo.social
I'm refactoring @botkit to add a Repository interface (aka DAO). I regret that I should have defined the Repository interface in the first place. 😂
I'm refactoring @botkit to add a Repository interface (aka DAO). I regret that I should have defined the Repository interface in the first place. 😂
Initially, @botkit will come with two Repository implementations built in: KvRepository (which is backed by Fedify's KvStore) and MemoryRepository (which is useful for unit tests).