Skip to content

Commit 2f0231d

Browse files
committed
Clarify database compatibility guidance
1 parent 3f28ed2 commit 2f0231d

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

howto/create-database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2>Documentation</h2>
6666

6767
<article class="page-content">
6868
<h1>Create and initialize a database</h1>
69-
<p class="lede">Start by creating an empty database with the database server's own tools. Once it exists, Scriptella can create schema objects, run SQL scripts, load initial data, import data, or migrate data from another database.</p>
69+
<p class="lede">Scriptella supports many databases through JDBC; see the <a href="../reference/drivers.html">drivers matrix</a> for database adapters and compatibility details. The examples below use PostgreSQL and MariaDB. Once a database exists, Scriptella can create schema objects, run SQL scripts, load initial data, import data, or migrate data from another database.</p>
7070

7171
<section id="postgresql">
7272
<h2>PostgreSQL</h2>

reference/drivers.html

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -64,23 +64,18 @@ <h1>Scriptella drivers matrix</h1>
6464
<section id="jdbcbridge">
6565
<h2>JDBC bridge drivers</h2>
6666
<p>Scriptella provides built-in adapters for popular databases. See the <a href="../docs/api/scriptella/jdbc/package-summary.html#package.description">JDBC bridge Javadoc</a> for common properties and behaviour.</p>
67-
<aside class="note" aria-label="Removed 1.3 adapters">
68-
<strong>Note:</strong> Scriptella 1.4 removes the HSQLDB and JDBC-ODBC adapters. Remain on <a href="../download.html#version-1-3">Scriptella 1.3</a> if you still need those drivers.
69-
</aside>
67+
<p>
68+
Current JDBC guidance covers PostgreSQL, MariaDB, MySQL, Oracle, and SQL
69+
Server. PostgreSQL and MariaDB have full
70+
release validation; MySQL has targeted validation, while Oracle and SQL
71+
Server remain provisional. See the <a
72+
href="https://github.com/scriptella/scriptella-etl/blob/master/docs/core-database-compatibility.md">core
73+
database compatibility matrix</a> for details, driver links, and
74+
<code>classpath</code> examples.
75+
</p>
7076
<aside class="note" aria-label="Note">
7177
<strong>Note:</strong> JDBC adapters are recommended, but any JDBC-compliant driver can be used directly.
7278
</aside>
73-
<aside class="note" aria-label="Scriptella 1.5 database compatibility">
74-
<strong>Scriptella 1.5:</strong> PostgreSQL and MariaDB have recorded full
75-
release validation with current drivers. MySQL has one targeted MySQL
76-
8.4.11 / Connector/J 26.7.0 lane. Oracle and SQL Server use current
77-
preferred driver classes but remain provisional because they do not
78-
yet have real-server matrix results. Vendor JDBC JARs are supplied
79-
externally through a connection <code>classpath</code>. See the <a
80-
href="https://github.com/scriptella/scriptella-etl/blob/master/docs/core-database-compatibility.md">core
81-
database compatibility matrix</a> for validation targets, driver
82-
download links, and connection <code>classpath</code> examples.
83-
</aside>
8479
<div class="table-scroll" tabindex="0" role="region" aria-label="JDBC bridge drivers">
8580
<table class="drivers-matrix">
8681
<thead>
@@ -179,6 +174,9 @@ <h2>JDBC bridge drivers</h2>
179174
</tbody>
180175
</table>
181176
</div>
177+
<aside class="note" aria-label="Removed 1.3 adapters">
178+
<strong>Note:</strong> Scriptella 1.4 removes the HSQLDB and JDBC-ODBC adapters. Remain on <a href="../download.html#version-1-3">Scriptella 1.3</a> if you still need those drivers.
179+
</aside>
182180
</section>
183181

184182
<section id="nonjdbc">

0 commit comments

Comments
 (0)