documentation/Reference/Database Driver Reference/SQLite.md
{% include database-boilerplate.html %}
| Item | Java (Xerial) |
|---|---|
| URL format | <code>jdbc:sqlite:<i>database</i></code> |
| Ships with Flyway Command-line | Yes |
| Maven Central coordinates | org.xerial:sqlite-jdbc |
| Supported versions | 3.7 and later |
| Default Java class | org.sqlite.JDBC |
BEGIN ... END; blockSELECT ... FOR UPDATE lockingCREATE TRANSACTION and COMMIT statements within a migration, as SQLite doesn't support nested transactions