pyre.framework.Schema

Module Contents

class pyre.framework.Schema.Schema(executive, **kwds)

The singleton that indexes the database schema of a pyre application

models
dependencies(self)

Build a graph of tables and their dependencies

sort(self)

Visit tables in topological order

_sort(self, table, done)

The engine of the topological sort