feat(server): add tenant management, health checks, and database export/import APIs

This commit is contained in:
2026-05-02 10:52:23 +00:00
parent 2042b345aa
commit c9f1a5dddc
10 changed files with 1207 additions and 4 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdb',
version: '2.8.0',
version: '2.9.0',
description: 'A MongoDB-compatible embedded database server with wire protocol support, backed by a high-performance Rust engine.'
}