fix(rustdb-indexes): persist created indexes and restore them on server startup

This commit is contained in:
2026-04-05 03:26:52 +00:00
parent 96117d54b9
commit cb8cb87d9f
5 changed files with 120 additions and 5 deletions

View File

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