13. Databases

There are numerous specific mathematical databases either included in SAGE or available as optional packages. Also, SAGE includes two powerful general database packages.

SAGE includes the ZOPE object oriented database ZODB, which ``is a Python object persistence system. It provides transparent object-oriented persistency.''`

SAGE also includes the powerful relational database SQLite, along with a Python interface to SQLite. ``SQlite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine.



Subsections
See About this document... for information on suggesting changes.