This is the live development repository for Rel, an implementation of Date & Darwen's Tutorial D database language.
These aren't the files you're looking for. Ready-to-run distributions of Rel are available on SourceForge at https://sourceforge.net/projects/dbappbuilder/files/Rel/
Read the _Deployment/README.txt file for further information on running Rel.
For further information, see the Rel home page at https://reldb.org
For support or to discuss Rel, see the Rel Forum at https://reldb.org/forum
See other relational projects at http://www.thethirdmanifesto.com and join the TTM Forum at https://forum.thethirdmanifesto.com
- Install a Java 11 or higher JDK from (for example) https://jdk.java.net
- Install Maven (https://maven.apache.org/install.html) if you don't have it already.
- Clone the Rel project from GitHub at https://github.com/DaveVoorhis/Rel
- Build the Rel project with
mvn clean install
- Run DBrowser in the DBrowser subproject to launch the Rel graphical user interface. On MacOS, you need to add
-XstartOnFirstThread
to the Java VM launch. - Submit a pull request when you've done something good.