!7

concept Eintrag {
  S vorname;
  S nachname;
  int alter;
}

module DatenbankDemo > DynCRUD<Eintrag> {}