Skip to content

Commit f48baaa

Browse files
Copilothotlong
andcommitted
Fix documentation comment to reflect actual implementation
- Update header comment to accurately describe Driver interface implementation - Clarify that Driver interface includes DriverInterface methods - Remove misleading "implements both" language Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent e5cf85e commit f48baaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/drivers/memory/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* A high-performance in-memory driver for ObjectQL powered by Mingo.
1313
* Perfect for testing, development, and environments where persistence is not required.
1414
*
15-
* Implements both the legacy Driver interface from @objectql/types and
16-
* the standard DriverInterface from @objectstack/spec for full compatibility
15+
* Implements the Driver interface from @objectql/types which includes all methods
16+
* from the standard DriverInterface from @objectstack/spec for full compatibility
1717
* with the new kernel-based plugin system.
1818
*
1919
* ✅ Production-ready features:

0 commit comments

Comments
 (0)