Swifty implementation of Relational Algebra
Relational Algebra* in Swift.
This is just a pet project to see how two worlds of dynamic data representation and strong type system can be combined together using Swift. And a playground to try out different Swift tools to build embeded DSLs.
This project is not intended for any production usage, at least for now.
*there is a notion of non-required value which means it can be NULL, whereas Relational Algebra doesn’t support such.