Skip to content

SQL-ORM Release 0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Feb 09:34
· 2 commits to master since this release

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>