Official MySQL binding for Pharo - community owned
# Pharo-MySQL [](https://github.com/pharo-rdbms/Pharo-MySQL/releases/latest) [](https://github.com/pharo-rdbms/Pharo-MySQL/actions?query=workflow%3ABuild) [](https://codecov.io/gh/pharo-rdbms/Pharo-MySQL/branch/master) [](https://pharo.org) [](https://pharo.org) Pharo Drivers for MySQL and MariaDB, including a [Glorp](https://github.com/pharo-rdbms/Glorp) adaptor. # Quick Start ## Installation ```Smalltalk Metacello new repository: 'github://pharo-rdbms/Pharo-MySQL'; baseline: 'MySQL'; load ```