Part of #51 (1.1.1). Migrate all call sites (send/inbox/history/watch/rename/init-db) to go through storage_* so no script touches SQL or the DB path directly. Acceptance: grep finds no direct sqlite/DB-path use outside drivers/storage/; full suite green on the sqlite driver.
Part of #51 (1.1.1). Migrate all call sites (send/inbox/history/watch/rename/init-db) to go through
storage_*so no script touches SQL or the DB path directly. Acceptance:grepfinds no direct sqlite/DB-path use outsidedrivers/storage/; full suite green on the sqlite driver.