BREAKING CHANGE(core): replace the TypeScript database engine with a Rust-backed embedded server and bridge
This commit is contained in:
@@ -1,10 +1,3 @@
|
||||
// Server module exports
|
||||
|
||||
export { SmartdbServer } from './SmartdbServer.js';
|
||||
export type { ISmartdbServerOptions } from './SmartdbServer.js';
|
||||
export { WireProtocol } from './WireProtocol.js';
|
||||
export { CommandRouter } from './CommandRouter.js';
|
||||
export type { ICommandHandler, IHandlerContext, ICursorState } from './CommandRouter.js';
|
||||
|
||||
// Export handlers
|
||||
export * from './handlers/index.js';
|
||||
|
||||
Reference in New Issue
Block a user