Skip to content

Commit 095471c

Browse files
committed
Update GitHub Pages
1 parent 201eb48 commit 095471c

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed

docs/index.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,11 @@
11401140
</head><body>
11411141
<div class="main markdown-body">
11421142
<h1 id="sql-bless">SQL-Bless</h1>
1143+
<!-- raw HTML omitted -->
1144+
<p><a href="https://github.com/hymkor/sqlbless/actions/workflows/go.yml"><img src="https://github.com/hymkor/sqlbless/actions/workflows/go.yml/badge.svg" alt="Go Test" /></a>
1145+
<a href="https://github.com/hymkor/sqlbless/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-red" alt="License" /></a>
1146+
<a href="https://pkg.go.dev/github.com/hymkor/sqlbless"><img src="https://pkg.go.dev/badge/github.com/hymkor/sqlbless.svg" alt="Go Reference" /></a></p>
1147+
<!-- raw HTML omitted -->
11431148
<p><strong>&lt;English&gt;</strong> / <a href="./index_ja.html">&lt;Japanese&gt;</a></p>
11441149
<p>SQL-Bless is a command-line database client similar to SQL*Plus, supporting multiple database systems.</p>
11451150
<p>It was designed with reliability and transparency in mind.
@@ -1240,9 +1245,10 @@ <h1 id="sql-bless">SQL-Bless</h1>
12401245
<h2 id="supported-commands">Supported commands</h2>
12411246
<ul>
12421247
<li>
1243-
<p><code>SELECT</code> / <code>INSERT</code> / <code>UPDATE</code> / <code>DELETE</code></p>
1248+
<p><code>SELECT</code> / <code>INSERT</code> / <code>UPDATE</code> / <code>DELETE</code> / <code>MERGE</code> ... <code>;</code></p>
12441249
<ul>
1245-
<li><code>INSERT</code>, <code>UPDATE</code> and <code>DELETE</code> begin the transaction automatically.</li>
1250+
<li><code>INSERT</code>, <code>UPDATE</code>, <code>DELETE</code>, and <code>MERGE</code> automatically start a transaction.</li>
1251+
<li>For these commands, input continues across lines until a semicolon (<code>;</code>) or the string specified with the <code>-term</code> option is entered.</li>
12461252
</ul>
12471253
</li>
12481254
<li>
@@ -1273,8 +1279,14 @@ <h2 id="supported-commands">Supported commands</h2>
12731279
<li>
12741280
<p><code>DESC [tablename]</code> / <code>\D [tablename]</code></p>
12751281
<ul>
1276-
<li>When the tablename is given, show the specification of the the table</li>
1277-
<li>Without the tablename, show the list of tables.</li>
1282+
<li>When a table name is specified, shows the schema of that table.</li>
1283+
<li>If omitted, displays a list of tables.
1284+
<ul>
1285+
<li>In the table list view, the following keys are available:</li>
1286+
<li><code>r</code>: Open the <code>EDIT</code> command for the selected table.</li>
1287+
<li><code>Enter</code>: Show the schema of the selected table.</li>
1288+
</ul>
1289+
</li>
12781290
</ul>
12791291
</li>
12801292
<li>
@@ -1284,7 +1296,7 @@ <h2 id="supported-commands">Supported commands</h2>
12841296
</ul>
12851297
</li>
12861298
<li>
1287-
<p><code>EDIT tablename [WHERE conditions...]</code></p>
1299+
<p><code>EDIT [tablename [WHERE conditions...]]</code></p>
12881300
<ul>
12891301
<li>Start an <a href="https://github.com/hymkor/csvi">editor</a> to modify the selected records of the table.</li>
12901302
<li>In the editor, these keys are bound.

docs/index_ja.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,6 +1140,11 @@
11401140
</head><body>
11411141
<div class="main markdown-body">
11421142
<h1 id="sql-bless">SQL-Bless</h1>
1143+
<!-- raw HTML omitted -->
1144+
<p><a href="https://github.com/hymkor/sqlbless/actions/workflows/go.yml"><img src="https://github.com/hymkor/sqlbless/actions/workflows/go.yml/badge.svg" alt="Go Test" /></a>
1145+
<a href="https://github.com/hymkor/sqlbless/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-red" alt="License" /></a>
1146+
<a href="https://pkg.go.dev/github.com/hymkor/sqlbless"><img src="https://pkg.go.dev/badge/github.com/hymkor/sqlbless.svg" alt="Go Reference" /></a></p>
1147+
<!-- raw HTML omitted -->
11431148
<p><a href="./index.html">&lt;English&gt;</a> / <strong>&lt;Japanese&gt;</strong></p>
11441149
<p>SQL-Bless は、SQL*Plus に着想を得た、複数のデータベースエンジンに対応するコマンドライン用 SQL クライアントです。</p>
11451150
<p>SQL-Bless は「安全性と再現性」を最優先に設計されています。
@@ -1238,9 +1243,10 @@ <h1 id="sql-bless">SQL-Bless</h1>
12381243
<h2 id="%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89">サポートコマンド</h2>
12391244
<ul>
12401245
<li>
1241-
<p><code>SELECT</code> / <code>INSERT</code> / <code>UPDATE</code> / <code>DELETE</code></p>
1246+
<p><code>SELECT</code> / <code>INSERT</code> / <code>UPDATE</code> / <code>DELETE</code> / <code>MERGE</code> ... <code>;</code></p>
12421247
<ul>
12431248
<li><code>INSERT</code>, <code>UPDATE</code> , <code>DELETE</code> は自動的にトランザクションを開始します</li>
1249+
<li>これらのコマンドは、セミコロン <code>;</code>、もしくは <code>-term string</code> で指定された文字列があるまで、Enter を押下しても入力が継続します。</li>
12441250
</ul>
12451251
</li>
12461252
<li>
@@ -1271,8 +1277,14 @@ <h2 id="%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89
12711277
<li>
12721278
<p><code>DESC [tablename]</code> / <code>\D [tablename]</code></p>
12731279
<ul>
1274-
<li>テーブル名が指定された場合、そのテーブルの使用を表示します</li>
1275-
<li>テーブル名が省略された場合、テーブルの一覧を表示します</li>
1280+
<li>テーブル名が指定された場合、そのテーブルのスキーマを表示します</li>
1281+
<li>テーブル名が省略された場合、テーブルの一覧を表示します
1282+
<ul>
1283+
<li>テーブル一覧では以下のキーが拡張されます</li>
1284+
<li><code>r</code>: そのテーブルのデータの編集モードに入ります</li>
1285+
<li><code>Enter</code>: そのテーブルのスキーマを表示します</li>
1286+
</ul>
1287+
</li>
12761288
</ul>
12771289
</li>
12781290
<li>
@@ -1282,7 +1294,7 @@ <h2 id="%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89
12821294
</ul>
12831295
</li>
12841296
<li>
1285-
<p><code>EDIT tablename [WHERE conditions...]</code></p>
1297+
<p><code>EDIT [tablename [WHERE conditions...]]</code></p>
12861298
<ul>
12871299
<li>選択したテーブルのレコードを修正するため [エディタ][csvi] を起動します</li>
12881300
<li>エディタ中では以下のキーが拡張されます

0 commit comments

Comments
 (0)