https://github.com/juliadatabases/mysql.jl
Access MySQL from Julia
https://github.com/juliadatabases/mysql.jl
Last synced: 4 months ago
JSON representation
Access MySQL from Julia
- Host: GitHub
- URL: https://github.com/juliadatabases/mysql.jl
- Owner: JuliaDatabases
- License: other
- Created: 2015-09-07T07:38:51.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T05:46:37.000Z (about 2 years ago)
- Last Synced: 2024-04-25T23:04:13.051Z (about 2 years ago)
- Language: Julia
- Homepage: https://juliadatabases.github.io/MySQL.jl/dev
- Size: 542 KB
- Stars: 105
- Watchers: 13
- Forks: 37
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL
[](https://mysql.juliadatabases.org/dev/)
[](https://github.com/JuliaDatabases/MySQL.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/JuliaDatabases/MySQL.jl)
[](https://juliahub.com/ui/Packages/MySQL/xeTdU?t=2)
[](https://juliahub.com/ui/Packages/MySQL/xeTdU)
[](https://juliahub.com/ui/Packages/MySQL/xeTdU)
Package for interfacing with MySQL databases from Julia via the MariaDB C connector library, version 3.1.6.
## Documentation
[](https://mysql.juliadatabases.org/stable)
[](https://mysql.juliadatabases.org/dev)
## Contributing
The tests require a MySQL DB to be running, which is provided by Docker:
```sh
docker compose up -d
julia --project -e 'using Pkg; Pkg.test()'
docker compose down
```