dbis-uibk / relax

RelaX - a relational algebra calculator
http://dbis-uibk.github.io/relax/
MIT License
285 stars 98 forks source link

Make it possible to have more classes! #206

Closed NicCollingro closed 4 months ago

NicCollingro commented 6 months ago

Make it possible to have more classes. F.e. you have defined a Person with id, name, birth_year and need a Member which has Person as attribute

rlaiola commented 6 months ago

@NicCollingro you seem to be confusing AR/SQL with OO programming.