codd

0.8.2 • Public • Published

Codd

A functional programming library built on Lemonad to provide relational algebra operations in JavaScript.

Using

Add the following to your 'package.json' file in the "dependencies" section:

"codd": "0.8.2"

Currently available functions:

[ 'Codd.difference',
  'Codd.index',
  'Codd.intersection',
  'Codd.keys',
  'Codd.lookup',
  'Codd.naturalJoin',
  'Codd.omitKeys',
  'Codd.project',
  'Codd.put',
  'Codd.rename',
  'Codd.renameKeys',
  'Codd.restrict',
  'Codd.selectKeys',
  'Codd.toSet',
  'Codd.union',
  'Codd.RQL.as',
  'Codd.RQL.field',
  'Codd.RQL.like',
  'Codd.RQL.select',
  'Codd.RQL.where' ]

Influences / References

License

This software is provided as-is under the MIT license.

/codd/

    Package Sidebar

    Install

    npm i codd

    Weekly Downloads

    11

    Version

    0.8.2

    License

    MIT

    Last publish

    Collaborators

    • fogus