vertica-python 1.4.0
0
Official native Python client for the Vertica database.
Contents
Official native Python client for the Vertica database.
Stars: 379, Watchers: 379, Forks: 179, Open Issues: 12The vertica/vertica-python
repo was created 11 years ago and the last code push was 3 days ago.
The project is popular with 379 github stars!
How to Install vertica-python
You can install vertica-python using pip
pip install vertica-python
or add it to a project with poetry
poetry add vertica-python
Package Details
- Author
- Justin Berka, Alex Kim, Siting Ren
- License
- Apache License 2.0
- Homepage
- https://github.com/vertica/vertica-python
- PyPi:
- https://pypi.org/project/vertica-python/
- GitHub Repo:
- https://github.com/vertica/vertica-python
Classifiers
- Database
- Database/Database Engines/Servers
- Database/Front-Ends
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common vertica-python errors.
Code Examples
Here are some vertica-python
code examples and snippets.
GitHub Issues
The vertica-python package has 12 open issues on GitHub
- calling cursor.nextset() after cursor.fetchone() can cause query hang