get_supported_dialects¶
- felis.db.dialects.get_supported_dialects()¶
Get a dictionary of the supported SQLAlchemy dialects.
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.