Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Depend directly on sqlite.Store instead of interface (#132) The interface was mirroring the actual implementation, and we don't mock out the implementation in tests, so it was adding indirection and maintenance burden for no gain. Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/132