duckdb 1.1.1
0
DuckDB in-process database
Contents
DuckDB in-process database
How to Install duckdb
You can install duckdb using pip
pip install duckdb
or add it to a project with poetry
poetry add duckdb
Package Details
- Author
- None
- License
- MIT
- Homepage
- https://www.duckdb.org
- PyPi:
- https://pypi.org/project/duckdb/
- Documentation:
- https://duckdb.org/docs/api/python/overview
Classifiers
- Database/Database Engines/Servers
Related Packages
Errors
A list of common duckdb errors.
Code Examples
Here are some duckdb
code examples and snippets.