Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.22 KB

File metadata and controls

25 lines (16 loc) · 1.22 KB

MySQL

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()'