Hacker News new | ask | show | jobs
by mamcx 2079 days ago
I'm working in a relational language that if it work as I wish, could eventually be put on top of a RDBM like sqlite or layer for other DBs:

https://github.com/Tablam/TablaM

It have ideas similar to QUEL...

1 comments

Just for comparison, a functional approach is a major alternative to relational and set-oriented models and query languages. The difference is that functions and operations with functions are first class elements of the model. One version of it is implemented in this project:

https://github.com/prostodata/prosto - Functions matter! No join-groupby, No map-reduce