open-brainy/src/storage/adapters
David Snelling 5f10f8d9ab fix: prevent infinite loop in pagination when storage returns phantom items
- Fix FileSystemStorage counting non-existent files in totalCount
- Add safety check in BaseStorage to prevent hasMore:true with empty items
- Ensure pagination terminates correctly even with corrupted storage state
2025-09-16 10:35:07 -07:00
..
baseStorageAdapter.ts fix: remove dangerous count methods from interface 2025-09-02 15:02:50 -07:00
batchS3Operations.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
fileSystemStorage.ts fix: prevent infinite loop in pagination when storage returns phantom items 2025-09-16 10:35:07 -07:00
memoryStorage.ts feat: Brainy 3.0 - Production-ready Triple Intelligence database 2025-09-11 16:23:32 -07:00
opfsStorage.ts feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
optimizedS3Search.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
s3CompatibleStorage.ts feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00