codd
v0.8.2
Published
JavaScript functional programming library providing relational algebra operations.
Downloads
16
Readme
Codd
A functional programming library built on, and extending, Underscore.js and Lemonad to provide relational algebra operations in JavaScript.
currently available functions:
[ '$.index',
'$.lookup',
'$.naturalJoin',
'$.project',
'$.put',
'$.rename',
'$.restrict',
'$.toSet',
'$.RQL.as',
'$.RQL.select',
'$.RQL.where' ]
Influences / References
- SQL and Relational Theory: How to Write Accurate SQL Code by CJ Data
- Clojure and ClojureScript
- Underscore.js
- Functional JavaScript by Oliver Steele
- Functional JavaScript (the book)