Skip to content

Instantly share code, notes, and snippets.

group: library example
description[[
* the relation _Benutzer_ contains basic information about the users of the library.
* the relation _Leiht_aus_ contains the borrowing information of the users.
* the relation _Exemplar_ contains the book copies with their signatures and ISBN numbers.
* the relation _Buch_ contains the book information with their ISBN numbers, titles, and languages.
]]
Benutzer = {
Bid, Vorname
group: Regatta
Bootsklasse = {
Klasse:string, Bauart:string
'Folkeboot' , 'Holz'
'H-Boot' , 'GFK'
'Optimist' , 'GFK'
'Pirat' , 'Holz'
}