Installation
Copia requires Python 3.13 or higher.
we recommend uv to download the repo from source
Verify
Database support
Copia come with supports for MySQL and MariaDB out of the box.
To use copia with other dbs, you can install the corresponding adapter optional dependency.
for example on pip, the following command pip install "copia-seed[postgres]" will install the dependency for postgres support.
Additional adapters
Those aren't pre-installed adapters.
| Adapter name | Database |
|---|---|
postgres |
postgreSQL |