By: Michael Lynch <git@mtlynch.io>
Fix backend-dev build with a dev store adapter Wrap the per-session dev sqlite database in a handlers.Store adapter so the backend-dev build does not depend on the disconnected sqlite package implementing media entry and comment reads yet. Keep the missing sqlite wiring explicit by panicking if those stubbed methods are used, and include the gofmt cleanup required for the pre-commit hook to pass.