Build with Java 24+ after cloning the repository
./gradlew buildAnd run:
./gradlew run(Use gradlew.bat for Windows)
After downloading and decompressing the .zip file from the Releases section, navigate to bin and run ordner.
- Navigate to
New Templatein the status bar. - Set a template name (e.g.
Runs). - Add members.
- Select a type (type of input for this member, e.g.
Integer). - Set a name (equivalent to a column name).
- Select a type (type of input for this member, e.g.
- Navigate to
New Recordin the status bar. - Set a record name (e.g.
Germany_Marathons). - Choose a template (the record will conform to it and create fields accordingly. Let's choose the
Runstemplate we created).
- To add a new row, fill in all the text fields and hit
Add Row(make sure your input is valid for the field). - You can edit single cells by double-clicking.
- You can resize the width of each column by dragging the column names at the top.
- You can sort the data by clicking on a column name.
- There are special values for some types:
- For a
Datefield, enteringtodaywill automatically fill in the current date. - For a
Timefield, enteringnowwill automatically fill in the current time. - For a
Timestampfield, enteringnowwill automatically fill in the current date-time value pair.
- For a
IntegerandDoublevalues can only hold 64-bit values.



