{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/18"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"},{"label":"Database","url":"https://skillfed.io/packages/category/database/5"},{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends/2"}],"enrichment":{"capability":"A pure Python client library for connecting to and querying SAP HANA databases using the DBAPI 2.0 interface, supporting SQL execution, cursor operations, and LOB handling.","skillfed_tags":["database-driver","sap-hana","abandoned"],"use_cases":["Connect a Python application to an existing SAP HANA database for data retrieval and reporting.","Execute parameterized SQL queries and fetch results using the standard DBAPI cursor interface.","Handle large text or binary data (LOBs) stored in HANA with file-like read/seek operations.","Call stored procedures in SAP HANA with scalar input and output parameters.","Manage transactions across multiple cursor operations on the same connection."],"what_it_does":"pyhdb is a pure Python client for SAP HANA databases that implements the DBAPI Specification v2.0 (PEP 249). It allows Python applications to connect to a HANA server, execute SQL queries, and retrieve results through a standard cursor interface. The package supports basic authentication, DDL and DML operations, transaction control via commit and rollback, and LOB (Large Object) handling for binary and text data with lazy loading.\n\nThe package is no longer maintained: the repository was archived and the last release was 2018-02-16. It targets Python 2.7, 3.3, 3.4, 3.5, which are now end-of-life. While it has no external runtime dependencies and remains available on PyPI, using it in production requires either running on a legacy Python version or undertaking significant porting work.","worth_installing":"No. The package is abandoned (last updated 2018-02-16, repository archived) and targets obsolete Python versions. It will not run on current Python without porting. If you are locked into legacy Python or maintaining legacy code, it may work, but for any new project or modern environment, seek a maintained SAP HANA client library."},"id":"pyhdb","links":{"html":"https://skillfed.io/packages/pyhdb","md":"https://skillfed.io/packages/pyhdb.md","pypi":"https://pypi.org/project/pyhdb/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-02-16","license_spdx":null,"license_treatment":"permissive","name":"pyhdb","python_support":"unspecified","summary":"SAP HANA Database Client for Python"},"popularity":{"monthly_downloads":76115,"position":14654,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.4"}
