Skip to content

Commit

Permalink
Merge pull request #15 from tidbcloud/doc
Browse files Browse the repository at this point in the history
doc: refine
  • Loading branch information
baurine authored Jun 25, 2024
2 parents 33cb15d + 5f1bfc9 commit 4813981
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ TiSQLEditor is a CodeMirror6 based SQL code editor which is used in TiDB Cloud C

## Packages

- @tidbcloud/tisqleditor - SQLEditorInstance with pre-configured extensions
- @tidbcloud/tisqleditor-react - React component wrapper
- @tidbcloud/codemirror-extension-sql-parser - parse the editor content to SQL statements
- @tidbcloud/codemirror-extension-cur-sql - get the selected SQL statements
- @tidbcloud/codemirror-extension-cur-sql-gutter - show gutter for the selected SQL statements
- @tidbcloud/codemirror-extension-save-helper - save the editor content if it changes
- @tidbcloud/codemirror-extension-autocomplete
- @tidbcloud/codemirror-extension-linters
- @tidbcloud/codemirror-extension-events
- @tidbcloud/codemirror-extension-themes - 2 simple builtin themes, `bbedit` for light mode, `oneDark` for dark mode
- @tidbcloud/codemirror-extension-basic-setup
| package | desc |
| ---------------------------------------------- | ------------------------------------------------------------------------- |
| @tidbcloud/tisqleditor | SQLEditorInstance with pre-configured extensions |
| @tidbcloud/tisqleditor-react | React component wrapper |
| @tidbcloud/codemirror-extension-sql-parser | parse the editor content to SQL statements |
| @tidbcloud/codemirror-extension-cur-sql | get the selected SQL statements |
| @tidbcloud/codemirror-extension-cur-sql-gutter | show gutter for the selected SQL statements |
| @tidbcloud/codemirror-extension-save-helper | save the editor content if it changes |
| @tidbcloud/codemirror-extension-autocomplete | |
| @tidbcloud/codemirror-extension-linters | |
| @tidbcloud/codemirror-extension-events | |
| @tidbcloud/codemirror-extension-themes | 2 simple builtin themes, `bbedit` for light mode, `oneDark` for dark mode |
| @tidbcloud/codemirror-extension-basic-setup | |

## Usage

Expand Down

0 comments on commit 4813981

Please sign in to comment.