module documentation

Establish constraint and index naming conventions.
Class ​Convention​Dict Undocumented
Function ​_column​_added​_to​_pk​_constraint Undocumented
Function ​_constraint​_name Undocumented
Function ​_constraint​_name​_for​_table Undocumented
Function ​_get​_convention Undocumented
Variable ​_prefix​_dict Undocumented
@event.listens_for(PrimaryKeyConstraint, '_sa_event_column_added_to_pk_constraint')
def _column_added_to_pk_constraint(pk_constraint, col):

Undocumented

@event.listens_for(Constraint, 'after_parent_attach')
@event.listens_for(Index, 'after_parent_attach')
def _constraint_name(const, table):

Undocumented

def _constraint_name_for_table(const, table):

Undocumented

def _get_convention(dict_, key):

Undocumented

_prefix_dict =

Undocumented