Skip to content

Installation

Supprted Database

Database Sync Support Async Support Installation
SQLite3 Yes Yes pip install "turu[sqlite3]"
MySQL Yes Yes pip install "turu[mysql]"
PostgreSQL Yes Yes pip install "turu[postgres]"
Snowflake Yes Yes pip install "turu[snowflake]"
BigQuery Yes No pip install "turu[bigquery]"

Warning

If you have any dependencies on pyarrow, please install the following stubs in your development environment to avoid errors due to Unknown types.

# For development
pip install pyarrow-stubs