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 > <English></ strong > / < a href ="./index_ja.html "> <Japanese></ 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.
0 commit comments