Hacker News new | ask | show | jobs
by jampekka 660 days ago
Relational model is good, SQL is not. They are not the same thing.
1 comments

Short of academic languages like D, nothing faithfully implements the relational model. Some compromises are necessary to make it useful for practical applications, hence SQL.
Have you looked at Datalog recently?

SQL has other warts, apart from not being completely relational.