Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 687 Bytes

File metadata and controls

13 lines (9 loc) · 687 Bytes

DBConnectionBase

Properties

Name Type Description Notes
name str Name of the connection. Also used as the unique identifier [optional]
dialect Dialect (Read-only) SQL Dialect details [optional]
snippets list[Snippet] SQL Runner snippets for this connection [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]