Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 882 Bytes

DialectInfo.md

File metadata and controls

16 lines (12 loc) · 882 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]

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