Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 990 Bytes

File metadata and controls

17 lines (13 loc) · 990 Bytes

DialectInfo

Properties

Name Type Description Notes
name str The name of the dialect [optional]
label str The human-readable label of the connection [optional]
label_for_database_equivalent str What the dialect calls the equivalent of a normal SQL table [optional]
default_port str Default port number [optional]
default_max_connections str Default number max connections [optional]
supported_options DialectInfoOptions Option support details [optional]
installed bool Is the supporting driver installed [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]