How to use the hdbcli.dbapi.paramstyle function in hdbcli

To help you get started, we’ve selected a few hdbcli examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github SAP / sqlalchemy-hana / sqlalchemy_hana / dialect.py View on Github external
def dbapi(cls):
        import hdbcli.dbapi
        hdbcli.dbapi.paramstyle = cls.default_paramstyle
        return hdbcli.dbapi

hdbcli

SAP HANA Python Client

SAP DEVELOPER LICENSE AGREEME…
Latest version published 1 day ago

Package Health Score

67 / 100
Full package analysis

Similar packages