• Stars
    star
    105
  • Rank 317,140 (Top 7 %)
  • Language
    Julia
  • License
    Other
  • Created over 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Access MySQL from Julia

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 tests require a MySQL DB to be running, which is provided by Docker:

docker compose up -d
julia --project -e 'using Pkg; Pkg.test()'
docker compose down