Skip to main content

A relational algebra interpreter over relational databases

Project description

RA (``radb``): A relational algebra interpreter over relational databases
=========================================================================

RA is a simple relational algebra interpreter written in Python 3. It
is built on top of an SQL-based relational database system. It
implements relational algebra queries by translating them into SQL and
executing them on the underlying database system through `SQLAlchemy
<http://www.sqlalchemy.org/>`_. RA is packaged with `SQLite
<http://sqlite.org/>`_, so you can use RA as a standalone
relational-algebra database system. Alternatively, you can use RA as
a relational-algebra front-end to connect to other database servers
from various vendors.

You can follow the :projurl:`project </>` on GitHub, or read its
documentation :docurl:`here </>`.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

radb-3.0.0.post6.tar.gz (1.9 MB view hashes)

Uploaded Source

Built Distribution

radb-3.0.0.post6-py3-none-any.whl (36.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page