BREAKING CHANGE(tsmdb): rename CongoDB to TsmDB and relocate/rename wire-protocol server implementation and public exports

This commit is contained in:
2026-02-01 14:34:07 +00:00
parent 28e166ee35
commit a0df731bc0
32 changed files with 201 additions and 197 deletions

View File

@@ -1,8 +1,8 @@
import { commitinfo } from './00_commitinfo_data.js';
import * as plugins from './smartmongo.plugins.js';
// Export CongoDB module
export * as congodb from './congodb/index.js';
// Export TsmDB module
export * as tsmdb from './tsmdb/index.js';
export class SmartMongo {
// STATIC