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
+3 -1
View File
@@ -8,6 +8,8 @@ import type {
ICollectionInfo,
IDocumentsResult,
ISmartDbMetrics,
} from '../rust-db-bridge.js';
import type {
ISmartDbHealth,
ISmartDbDatabaseTenantInput,
ISmartDbDeleteDatabaseTenantInput,
@@ -17,7 +19,7 @@ import type {
ISmartDbDatabaseExport,
ISmartDbImportDatabaseInput,
ISmartDbImportDatabaseResult,
} from '../rust-db-bridge.js';
} from '../service-types.js';
/**
* Server configuration options