Lord of Abyss
Lord of Abyss
### Describe the feature Add SchemaTool, SchemaTool is designed to replace the traditional `source` script import method by providing a unified CLI that implements the following core features: - Database...
### What would you like to be improved? Add support to model properties command, model now support update properties, so CLI should add support for properties command. ### How should...
### What changes were proposed in this pull request? Refactor EventBus#dispatchEvent. By adding the `accept(EventVisitor visitor)` method to BaseEvent and its subclasses, the handling logic is delegated to the event...
### What would you like to be improved? Current implementation lacks elegance. 1. The current implementation hardcodes the supported event types. Whenever a new event type (e.g., ErrorEvent, AuditEvent) is...