Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 919 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 919 Bytes

Pharo-MySQL

GitHub release Build Status Coverage Status Pharo 8.0 Pharo 9.0

Pharo Drivers for MySQL and MariaDB, including a Glorp adaptor.

Quick Start

Installation

Metacello new
	repository: 'github://pharo-rdbms/Pharo-MySQL';
	baseline: 'MySQL';
	load