feat(rustdb): add restore and periodic persistence support for in-memory storage

This commit is contained in:
2026-04-05 01:30:28 +00:00
parent 8ce6ff11c3
commit 8646d58f06
4 changed files with 41 additions and 3 deletions

View File

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