feat(smartdb): add operation log APIs, point-in-time revert support, and a web-based debug dashboard
This commit is contained in:
11
ts/index.ts
11
ts/index.ts
@@ -9,3 +9,14 @@ export type { ILocalSmartDbOptions, ILocalSmartDbConnectionInfo } from './ts_loc
|
||||
|
||||
// Export commitinfo
|
||||
export { commitinfo };
|
||||
|
||||
// Re-export oplog / debug types for convenience
|
||||
export type {
|
||||
IOpLogEntry,
|
||||
IOpLogResult,
|
||||
IOpLogStats,
|
||||
IRevertResult,
|
||||
ICollectionInfo,
|
||||
IDocumentsResult,
|
||||
ISmartDbMetrics,
|
||||
} from './ts_smartdb/index.js';
|
||||
|
||||
Reference in New Issue
Block a user