Commit bef26b1
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
File tree
48 files changed
+9177
-291
lines changed- apps/playground
- src/components/playground
- packages/v2
- adapter-record-repository-postgres/src
- query-builder
- insert
- update
- repository
- command-explain
- src
- analyzers
- di
- service
- types
- utils
- container-node
- src
- contract-http-implementation
- src
- handlers/tables
- contract-http/src
- table
- e2e/src
- formula-sql-pg/src/__snapshots__
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
0 commit comments