SQL-ORM Release 0.1.0
Any version of Java from 8 to 17 is supported.
In order to use any SQL Database you have to add the dependency of it.
SQLite and MySQL/MariaDB are tested.
You can use jitpack as well.
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/Redstonecrafter0/SQL-ORM</url>
</repository>
<dependency>
<groupId>net.redstonecraft</groupId>
<artifactId>sql-orm</artifactId>
<version>0.1.0</version>
</dependency>