Jump to content

Rel: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Version==
==Version==
* Latest version: 1.0.12 Beta October 26th 2014.
* 1.0.12 Beta (2014-10-26)


;Prerequisites
;Prerequisites
* [[Java]] version 5 or higher, SDK version highly recommended but not necessary if you do not intend to create new Java types or operators.
* [[Java]] version 5 or higher, SDK version highly recommended but not necessary if you do not intend to create new Java types or operators.
: Note that while the 1.0.12 Beta will work on Java 5 (and 6), the 1.0.12 Release will when it comes out only work on Java 7 or higher.


==Links & publications==
==Links==
* [http://dbappbuilder.sourceforge.net/Rel.php Rel homepage] on Sourceforge
* [https://reldb.org Rel homepage]
* [http://shark.armchair.mb.ca/~dave/relforum/ Rel forum]
* [https://www.simple-talk.com/opinion/opinion-pieces/chris-date-and-the-relational-model/ Interview with Chris J. Date on the relational model] - D and Rel get a mention.
* [https://www.simple-talk.com/opinion/opinion-pieces/chris-date-and-the-relational-model/ Interview with Chris J. Date on the relational model] - D and Rel get a mention.


 
[[Category:Databases]][[Category:Open Source Software]]
 
[[Category:Tools]][[Category:Java Tools]][[Category:Databases]][[Category:Open Source Software]]
[[Category:Software written in Java]]
[[Category:Software written in Java]]

Latest revision as of 17:02, 5 December 2022

Open source true relational database and query language conforming to the D standard by Date & Darwen (or Tutorial D).

Version

  • 1.0.12 Beta (2014-10-26)
Prerequisites
  • Java version 5 or higher, SDK version highly recommended but not necessary if you do not intend to create new Java types or operators.
Note that while the 1.0.12 Beta will work on Java 5 (and 6), the 1.0.12 Release will when it comes out only work on Java 7 or higher.

Links