feat(test): add integration coverage for file storage, compaction, migration, and LocalSmartDb workflows

This commit is contained in:
2026-04-04 20:14:51 +00:00
parent 4e078b35d4
commit 91a7b69f1d
7 changed files with 1164 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdb',
version: '2.2.0',
version: '2.3.0',
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
}