
洪 民憙 (Hong Minhee)
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. 😂
@[email protected] · Reply to 洪 民憙 (Hong Minhee)'s post
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).