sqlite/adapter.ts
0 → 100644
+46
−0
+3
−3
sqlite/node.ts
0 → 100644
+42
−0
Loading
- Create adapter.ts for common SQLite interface - Update kv.ts to use the adapter interface instead of `node:sqlite` - Add Node.js implementation in node.ts