Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T22:12:51.000Z (about 2 years ago)
- Last Synced: 2023-02-27T21:26:31.566Z (almost 2 years ago)
- Topics: mysql, pharo
- Language: Smalltalk
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 8
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-MySQL
[![GitHub release](https://img.shields.io/github/release/pharo-rdbms/Pharo-MySQL.svg)](https://github.com/pharo-rdbms/Pharo-MySQL/releases/latest)
[![Build Status](https://github.com/pharo-rdbms/Pharo-MySQL/workflows/Build/badge.svg?branch=master)](https://github.com/pharo-rdbms/Pharo-MySQL/actions?query=workflow%3ABuild)
[![Coverage Status](https://codecov.io/github/pharo-rdbms/Pharo-MySQL/coverage.svg?branch=master)](https://codecov.io/gh/pharo-rdbms/Pharo-MySQL/branch/master)
[![Pharo 8.0](https://img.shields.io/badge/Pharo-8.0-informational)](https://pharo.org)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](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
```