Hello List!
Project:M36 version 1.0.0 is now available.
https://hackage.haskell.org/package/project-m36-1.0.0
This version adds:
* a new console supporting SQL called "SQLegacy"
* new support for relational expressions to be run against sub-relations
The SQLegacy interface does not support all the features that the
relational algebra requires- for that, we have TutorialD and Haskell
interfaces. The purpose of implementing SQL support is to demonstrate
how inadequate SQL really is, but in a concrete rather than abstract
context.
You can read more about the motivations behind supporting SQL here:
https://github.com/agentm/project-m36/blob/master/docs/why_sqlegacy.markdown
Feel free to try out the SQL console and let me know what you think!
Cheers,
M