feat(storage): add Bitcask storage migration, binary WAL, and data compaction support
This commit is contained in:
@@ -7,6 +7,9 @@ export * from './ts_smartdb/index.js';
|
||||
export { LocalSmartDb } from './ts_local/index.js';
|
||||
export type { ILocalSmartDbOptions, ILocalSmartDbConnectionInfo } from './ts_local/index.js';
|
||||
|
||||
// Export migration
|
||||
export { StorageMigrator } from './ts_migration/index.js';
|
||||
|
||||
// Export commitinfo
|
||||
export { commitinfo };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user