Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 520 Bytes

File metadata and controls

22 lines (17 loc) · 520 Bytes

SQL-ORM Release {{ VERSION }}

SQL-ORM Release {{ VERSION }}

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>{{ VERSION }}</version>
</dependency>