feat(rustdb): extract service API logic into a dedicated Rust module and expose shared service types

This commit is contained in:
2026-05-02 12:09:03 +00:00
parent ad3ff57260
commit c00d28c34a
9 changed files with 595 additions and 738 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdb',
version: '2.9.0',
version: '2.10.0',
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
}