docs: todo,dbal,4 (1 files)

This commit is contained in:
2025-12-25 19:56:47 +00:00
parent d5e32ed0f0
commit 10306b0cd0

View File

@@ -6,7 +6,7 @@
- [ ] Add connection pooling configuration options to TypeScript adapters
- [ ] Implement retry logic with exponential backoff for transient failures
- [ ] Add query execution timeout configuration
- [ ] Complete blob storage adapter implementation (`dbal/ts/src/blob/index.ts`)
- [x] Complete blob storage adapter implementation (`dbal/ts/src/blob/index.ts`)
- [x] Add validation rules for all entity types (`dbal/ts/src/core/validation.ts`)
- [ ] Implement batch operation support (bulk insert, bulk update, bulk delete)