You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+10-19Lines changed: 10 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1382,7 +1382,7 @@ <h3 id="installing-via-go">Installing via Go</h3>
1382
1382
</code></pre>
1383
1383
<h2id="configuration">Configuration</h2>
1384
1384
<p>SQL-Bless does <strong>not</strong> rely on any external configuration files. All settings—including database connection parameters, output format, and other options—are specified directly via command-line arguments.</p>
1385
-
<p>For convenience, you can wrap frequently used connection settings in a shell script or batch file. Sample scripts for various databases are provided in this repository (see <code>run-*.cmd</code>). This approach ensures predictable, repeatable startup behavior without relying on hidden configuration files.</p>
1385
+
<p>For convenience, you can wrap frequently used connection settings in a shell script or batch file. Sample scripts for various databases are provided in this repository (see <code>examples/run-*.cmd</code>). This approach ensures predictable, repeatable startup behavior without relying on hidden configuration files.</p>
0 commit comments