This website is intended for developers PHP / MySQL are tired of spending hours doing the same thing: create table, create classes, create getters, create setters ... A task that could be automated from simple definitions. Their precious energy should be used to reflect, discuss, imagine, and many other things. The boring work must be delegated to machines!
(s)[dog:|name,string|]
(s)[person:|firstname,string|,|lastname,string|,-car]
(s)[car:|model,string|,|brand,string|,*person]
(s)[member: |login,string/20|, |isAdmin,bool,,false|, |password,string/41|, *{sent,1}message, *{received,2}message]
(s)[message: {sender,1}member, {recipient,2}member, |title,string/20|, |date,datetime|, |content,string|]
[post: member, |title,string/20|, |date,datetime|, |content,string|]
(s)[post<-question: *answer]
(s)[post<-answer: question]