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: howto/create-database.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ <h2>Documentation</h2>
66
66
67
67
<articleclass="page-content">
68
68
<h1>Create and initialize a database</h1>
69
-
<pclass="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
+
<pclass="lede">Scriptella supports many databases through JDBC; see the <ahref="../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>
<p>Scriptella provides built-in adapters for popular databases. See the <ahref="../docs/api/scriptella/jdbc/package-summary.html#package.description">JDBC bridge Javadoc</a> for common properties and behaviour.</p>
<strong>Note:</strong> Scriptella 1.4 removes the HSQLDB and JDBC-ODBC adapters. Remain on <ahref="../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
<strong>Note:</strong> Scriptella 1.4 removes the HSQLDB and JDBC-ODBC adapters. Remain on <ahref="../download.html#version-1-3">Scriptella 1.3</a> if you still need those drivers.
0 commit comments