Skip to content

kyaukyuai/duckdb-python-example

Repository files navigation

duckdb-python-example

example codes for using DuckDB with the Python client

How to run the example codes

Local

  1. Create a virtual environment and activate it
$ python3 -m venv venv
$ . venv/bin/activate
  1. Install the requirements
$ pip install -r requirements.txt
  1. Run the example codes
$ python3 example/simple.py

Docker

  1. Build and Run the docker image
$ make build
$ make run
  1. Run the example codes
$ python3 example/simple.py

About

example codes for using DuckDB with the Python client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published