-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from miahemu/dev
The database management module was revised and some missing parts were added.
- Loading branch information
Showing
22 changed files
with
331 additions
and
300 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Using toolbar | ||
|
||
## Query specified data | ||
!['designated'](/image/connection-manage/designated.png) | ||
|
||
You can perform conditional filtering and sorting directly on the table header, and click `Enter` to get the results. | ||
|
||
|
||
## Sort table data | ||
|
||
!['sort'](/image/connection-manage/sort_data.png) | ||
|
||
Click the small triangle next to the table field name to quickly sort in ascending or descending order based on the field attributes. | ||
|
||
|
||
**Note**: You can only select one column to sort it, you cannot select multiple columns to sort it. | ||
|
||
## Save Console | ||
|
||
Click `Save` in the toolbar to save everything written in the console (although no SQL statement is executed)! | ||
|
||
!['save'](/image/connection-manage/save.png) | ||
|
||
!['save2'](/image/connection-manage/save2.png) | ||
|
||
## View SQL log | ||
|
||
Click `Executive logging` on the right side to view the execution record log. | ||
|
||
!['logging'](/image/connection-manage/logging.png) | ||
|
||
## Format SQL | ||
|
||
Click `Format` in the toolbar to format the SQL statement! | ||
|
||
!['format'](/image/connection-manage/format.png) | ||
|
||
!['format2'](/image/connection-manage/format2.png) | ||
|
||
|
||
## Check the program running log and console | ||
|
||
Click `Chat2DB` in the toolbar to view the running log, open the console, and refresh the app operation. | ||
|
||
!['log'](/image/connection-manage/log.png) | ||
|
||
`Open log`: | ||
|
||
!['log-details'](/image/connection-manage/log-details.png) | ||
|
||
`Open the console`: | ||
|
||
!['console'](/image/connection-manage/console.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# ツールバーの使い方 | ||
|
||
## 指定されたデータをクエリする | ||
!['designated'](/image/connection-manage/designated.png) | ||
|
||
条件付きフィルタリングと並べ替えをテーブルヘッダーで直接実行し、`Enter`をクリックして結果を取得できます。 | ||
|
||
|
||
## テーブルデータのソート | ||
|
||
!['sort'](/image/connection-manage/sort_data.png) | ||
|
||
テーブルのフィールド名の横にある小さな三角形をクリックすると、フィールド属性に基づいて昇順または降順ですばやく並べ替えられます。 | ||
|
||
|
||
**注意**: 並べ替えるには 1 つの列のみを選択できます。複数の列を選択して並べ替えることはできません。 | ||
|
||
|
||
## コンソールを保存 | ||
|
||
ツールバーの`save`をクリックして、コンソールに書き込まれた内容をすべて保存します (ただし、SQL ステートメントは実行されません)。 | ||
|
||
!['save'](/image/connection-manage/save.png) | ||
|
||
!['save2'](/image/connection-manage/save2.png) | ||
|
||
## SQL ログを表示する | ||
|
||
右側の`Executive logging`をクリックすると、実行記録ログが表示されます。 | ||
|
||
!['logging'](/image/connection-manage/logging.png) | ||
|
||
## SQL のフォーマット | ||
|
||
ツールバーの`Format`をクリックして、SQL ステートメントをフォーマットします。 | ||
|
||
!['format'](/image/connection-manage/format.png) | ||
|
||
!['format2'](/image/connection-manage/format2.png) | ||
|
||
|
||
## プログラムの実行ログとコンソールを確認します。 | ||
|
||
ツールバーの`Chat2DB`をクリックして実行ログを表示し、コンソールを開いてアプリの操作を更新します。 | ||
|
||
!['log'](/image/connection-manage/log.png) | ||
|
||
`Open log`: | ||
|
||
!['log-details'](/image/connection-manage/log-details.png) | ||
|
||
`Open the console`: | ||
|
||
!['console'](/image/connection-manage/console.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# 工具栏的使用 | ||
|
||
## 查询指定数据 | ||
!['designated'](/image/connection-manage/designated.png) | ||
|
||
可以直接在表头进行条件筛选和排序,点击`Enter`获取结果 | ||
|
||
|
||
## 对表数据排序 | ||
|
||
!['sort'](/image/connection-manage/sort_data.png) | ||
|
||
点击表字段名称旁边的小三角,即可快速根据字段属性进行升序或降序排列。 | ||
|
||
|
||
**注意**:只能选中一列对其进行排序,不可选取多列排序哦 | ||
|
||
## 保存Console | ||
|
||
点击工具栏中的`Save`即可保存控制台编写的所有内容内容(尽管没有执行SQL语句)! | ||
|
||
!['save'](/image/connection-manage/save.png) | ||
|
||
!['save2'](/image/connection-manage/save2.png) | ||
|
||
## 查看SQL日志 | ||
|
||
在右侧点击`Executive logging`,即可查看执行记录日志。 | ||
|
||
!['logging'](/image/connection-manage/logging.png) | ||
|
||
## 格式化SQL | ||
|
||
点击工具栏中的`Format`即可格式化SQL语句! | ||
|
||
!['format'](/image/connection-manage/format.png) | ||
|
||
!['format2'](/image/connection-manage/format2.png) | ||
|
||
|
||
## 检查程序运行日志和控制台 | ||
|
||
点击工具栏中的`Chat2DB`即可查看运行日志,打开控制台,刷新app操作。 | ||
|
||
!['log'](/image/connection-manage/log.png) | ||
|
||
`Open log`: | ||
|
||
!['log-details'](/image/connection-manage/log-details.png) | ||
|
||
`Open the console`: | ||
|
||
!['console'](/image/connection-manage/console.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"open-connection": "Database operations", | ||
"database-manage": "Database Management", | ||
"database-operations": "Database operations", | ||
"Tabledata-operations": "Table data related operations", | ||
"data-visualization": "Data Visualization", | ||
"Using-toolbar": "Using toolbar", | ||
"data-export": "Data Export" | ||
|
||
} |
Oops, something went wrong.