https://github.com/pharo-rdbms/pharo-mysql
Official MySQL binding for Pharo - community owned
https://github.com/pharo-rdbms/pharo-mysql
mysql pharo
Last synced: 12 months ago
JSON representation
Official MySQL binding for Pharo - community owned
- Host: GitHub
- URL: https://github.com/pharo-rdbms/pharo-mysql
- Owner: pharo-rdbms
- License: mit
- Created: 2019-12-12T00:46:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T12:53:27.000Z (almost 2 years ago)
- Last Synced: 2025-05-16T09:42:40.405Z (about 1 year ago)
- Topics: mysql, pharo
- Language: Smalltalk
- Homepage:
- Size: 265 KB
- Stars: 2
- Watchers: 8
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```