rally/doc/source/database.rst
Ilya Kharin ac234be543 Add support to build docs by Sphinx
The patch introduce configuration files for building documentations by
Sphinx. Also added a simple tree of static documents for test ability of
autobuilding documentation from source code.

bp rally-sphinx-docs

Change-Id: I2a225b1bdb4ae0640428b438a0c9779e28586546
2014-01-15 19:11:11 +04:00

1.5 KiB

The Database Layer

Represents a high level database abstraction interface which is used as a storage for Rally. The storage operations implemented in driver abstractions.

The rally.db.api Module

rally.db.api

The SQLAlchemy Driver

The driver uses the sqlalchemy library and provides flexible range of supported

SQL storages.

The rally.db.sqlalchemy.api Module

rally.db.sqlalchemy.api

The rally.db.sqlalchemy.models Module

rally.db.sqlalchemy.models