-
Notifications
You must be signed in to change notification settings - Fork 2
Home
igorp74 edited this page Apr 5, 2022
·
4 revisions
-
-
mssqlsrv(sqlserver, database, **kwargs)
📌 Microsoft SQL Server connection engine for Python. ⚙️ ARGUMENTS: Mandatory - sqlserver: Host IP or Name. Non-default port number goes after coma. - database: Database name Optional (defaults are in bold) - a_mode: engine | conn default (Engine) - a_autocommit: True | False defaulr (False) - a_username: If left, use Windows auth. - a_password: -
oracle(hostname, database, **kwargs)
-
postgresql(hostname, database, **kwargs)
-