Add SQLite adapter abstraction layer
- 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
Loading
Please register or sign in to comment
- 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