Skip to content

Commit 900e496

Browse files
committed
Clarify Scriptella usage boundaries
1 parent 39744bf commit 900e496

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,19 +175,19 @@ <h2 id="when-to-use-title">When to use Scriptella</h2>
175175
<tbody>
176176
<tr>
177177
<th scope="row">Scriptella</th>
178-
<td>SQL-centric ETL, data migration, or coordinated script execution across multiple data sources, with minimal infrastructure.</td>
178+
<td>SQL-centric ETL, data migration, straightforward database initialization and schema upgrades, and coordinated script execution across multiple data sources, with minimal infrastructure.</td>
179179
</tr>
180180
<tr>
181181
<th scope="row">Plain scripts</th>
182182
<td>Small, one-off tasks with simple control flow and no need for reusable ETL structure.</td>
183183
</tr>
184184
<tr>
185-
<th scope="row">Flyway or Liquibase</th>
186-
<td>Versioned database schema changes are the primary goal, especially as part of application deployment.</td>
185+
<th scope="row">Dedicated schema migration tools</th>
186+
<td>Schema versioning and deployment history are the primary concern and need specialized migration lifecycle features.</td>
187187
</tr>
188188
<tr>
189-
<th scope="row">Spring Batch</th>
190-
<td>Large or complex batch workloads need chunk processing, job restartability, retry policies, or deep Spring integration.</td>
189+
<th scope="row">Batch frameworks</th>
190+
<td>Complex batch workloads need chunk processing, persistent job state, restartability, retry policies, or deep application-framework integration.</td>
191191
</tr>
192192
</tbody>
193193
</table>

0 commit comments

Comments
 (0)