ea413bf5

By: Michael Lynch <git@mtlynch.io>

Simplify test_sqlite by removing unused NewWithTime and init logic

Remove the NewWithTime function (unused anywhere in the codebase) and
the IncrementVisitCount initialization in New(). The function now returns
sqlite.New directly, dropping the unused "log" and "time" imports.

Co-authored-by: Shelley <shelley@exe.dev>