core: support native node sqlite database runtime

This commit is contained in:
Dax Raad
2026-05-24 02:11:57 -04:00
parent 977f48a97b
commit 46422a4575
32 changed files with 706 additions and 682 deletions
@@ -0,0 +1,3 @@
import { NodeSqliteClient } from "@opencode-ai/effect-drizzle-sqlite/node-sqlite"
export const layer = NodeSqliteClient.layer