Drivers

Drivers are needed to create an abstraction between the ORM and the database internal driver and dialect.

MySQL

<dependency>
    <groupId>mysql</groupId>
    <artifactId>mysql-connector-java</artifactId>
    <version>8.0.22</version>
</dependency>

SQLite

At the moment SQLite isn't fully implemented. If you're interested to implement SQLite contact us.

None by JavaWebStack Maintainers, 2024 - 2025. All Rights Reserved. Built with Typemill.