d7444547

Author: Michael Lynch <git@mtlynch.io>

Committer: Michael Lynch <mtlynch@noreply.codeberg.org>

Adjust sqlite to accept the time through dependency injection (#163)

It's too confusing if all the other components have a dependency injected clock, but sqlite uses the system clock directly.

Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/163