MySQL

April 23, 2026 ยท View on GitHub

docs CI codecov

deps version pkgeval

Package for interfacing with MySQL databases from Julia via the MariaDB C connector library, version 3.1.6.

Documentation

Stable Dev

Contributing

The test suite manages its own temporary MySQL container via Harbor.jl. The only prerequisite is a working Docker daemon:

julia --project -e 'using Pkg; Pkg.test()'