From 61f28f9adddee88e1b62e632eb99190e6690c170 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 25 May 2025 15:52:18 -0600 Subject: [PATCH] add hints to implementation instructions --- docs/storage-implementation-checklist.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/storage-implementation-checklist.md b/docs/storage-implementation-checklist.md index b608dfcf..65ff0c87 100644 --- a/docs/storage-implementation-checklist.md +++ b/docs/storage-implementation-checklist.md @@ -57,7 +57,8 @@ "@wa-sqlite/sql.js-httpvfs": "^0.8.12" } ``` - - [ ] Configure VFS + (May not need httpvfs. Here's one recommended install method: `npm add github:rhashimoto/wa-sqlite`) + - [ ] Configure VFS for IndexedDB (eg. IDBBatchAtomicVFS) - [ ] Setup worker threads - [ ] Implement connection pooling