get_supported_dialects

felis.db.dialects.get_supported_dialects()

Get a dictionary of the supported SQLAlchemy dialects.

Returns:

A dictionary of the supported SQLAlchemy dialects.

Return type:

dict [ str, Dialect]

Notes

The dictionary is keyed by the dialect name and the value is the SQLAlchemy dialect object. This function is intended as the primary interface for getting the supported dialects.