|
1140 | 1140 | </head><body> |
1141 | 1141 | <div class="main markdown-body"> |
1142 | 1142 | <h1 id="sql-bless">SQL-Bless</h1> |
1143 | | -<!-- raw HTML omitted --> |
| 1143 | +<!-- stdout:go run github.com/hymkor/example-into-readme/cmd/badges@latest --> |
1144 | 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 | 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 --> |
| 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> |
| 1147 | +<a href="https://github.com/hymkor/sqlbless"><img src="https://img.shields.io/badge/github-repo-blue?logo=github" alt="GitHub" /></a></p> |
| 1148 | +<!-- --> |
1148 | 1149 | <p><strong><English></strong> / <a href="./index_ja.html"><Japanese></a></p> |
1149 | 1150 | <p>SQL-Bless is a command-line database client similar to SQL*Plus, supporting multiple database systems.</p> |
1150 | 1151 | <p>It was designed with reliability and transparency in mind. |
@@ -1306,20 +1307,33 @@ <h2 id="supported-commands">Supported commands</h2> |
1306 | 1307 | <thead> |
1307 | 1308 | <tr> |
1308 | 1309 | <th>Key</th> |
1309 | | -<th>Bindings</th> |
| 1310 | +<th>Action</th> |
1310 | 1311 | </tr> |
1311 | 1312 | </thead> |
1312 | 1313 | <tbody> |
1313 | 1314 | <tr> |
1314 | | -<td><code>x</code>,<code>d</code></td> |
1315 | | -<td>Set NULL to the current cell</td> |
| 1315 | +<td><code>r</code></td> |
| 1316 | +<td>Replace cell value (using built-in readline)</td> |
| 1317 | +</tr> |
| 1318 | +<tr> |
| 1319 | +<td><code>o</code></td> |
| 1320 | +<td>Append a new row</td> |
| 1321 | +</tr> |
| 1322 | +<tr> |
| 1323 | +<td><code>dd</code>, <code>dr</code></td> |
| 1324 | +<td><strong>Delete the current row</strong></td> |
| 1325 | +</tr> |
| 1326 | +<tr> |
| 1327 | +<td><code>x</code></td> |
| 1328 | +<td><strong>Set the current cell to NULL</strong></td> |
1316 | 1329 | </tr> |
1317 | 1330 | <tr> |
1318 | 1331 | <td><code>q</code></td> |
1319 | | -<td>Quit editor with confirmation to apply or discard changes</td> |
| 1332 | +<td>Quit editor (with apply/discard confirmation)</td> |
1320 | 1333 | </tr> |
1321 | 1334 | </tbody> |
1322 | 1335 | </table> |
| 1336 | +<p><strong>Note:</strong> The <code>D</code> key is disabled to prevent accidental execution due to terminal escape sequence delays. Please use <code>dd</code> or <code>dr</code> instead.</p> |
1323 | 1337 | </li> |
1324 | 1338 | <li> |
1325 | 1339 | <p>Because the EDIT statement automatically generates SQL from data changed in the editor, it may not be able to properly represent SQL data for special types specific to individual databases. If you find it, we would appreciate it if you could <a href="https://github.com/hymkor/sqlbless/issues/new">contact us</a>.</p> |
|
0 commit comments