#lang scribble/doc @(require (planet cce/scheme:4:1/planet) scribble/manual) @title{Functional Relational Algebra} @author{@(author+email "Jay McCarthy" "jay@plt-scheme.org")} @defmodule/this-package[] This package provides a straight-forward encoding of @link["http://en.wikipedia.org/wiki/Relational_algebra"]{Relation Algebra} in Scheme. It has a query optimizer and many utilities functions. Its relations can contain any Scheme values. API documentation is forth-coming, but for now checkout @filepath{test.ss}.