mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-18 10:07:58 +00:00
The Effect adapter is now the only Drizzle wrapper over the bun:sqlite handle. Database.Client owns the lifecycle, DatabaseEffect.Service just exposes that handle. Removes acquire/release ref counting that was ceremony around the same module-level singleton.