Skip to content

Commit bef26b1

Browse files
committed
feat(v2): integrate command explain functionality with SQL formatting and analysis
- Added `sql-formatter` dependency for SQL formatting. - Implemented `ExplainResultPanel` component for displaying SQL explain results. - Enhanced `RecordCreateDialog` and `RecordUpdateDialog` to include explain functionality. - Introduced command explain service and analyzers for create, update, and delete operations. - Updated HTTP contract to include explain endpoints for create, update, and delete commands. - Registered command explain module in the container node setup.
1 parent 7ac2a02 commit bef26b1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+9177
-291
lines changed

apps/playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"react-json-view-lite": "^2.5.0",
8787
"sharedb": "4.1.2",
8888
"sonner": "1.7.3",
89+
"sql-formatter": "^15.4.10",
8990
"tailwind-merge": "^3.0.2",
9091
"tailwindcss": "^4.0.6",
9192
"ts-pattern": "5.1.1",

0 commit comments

Comments
 (0)