ODBCDriver

Description

ODBC wrapper for Pharo Smalltalk

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
1
Forks
1
Created
May 29, 2019
Updated
May 23, 2021

README excerpt

<p align="center"><img src="assets/logos/184x184.gif">
 <h1 align="center">ODBCDriver</h1>
  <p align="center">
    ODBC Driver for Pharo migrated from [PharoExtras][] and Update to work fine on Phar 7.
    <br>
    <a href="docs/"><strong>Explore the docs »</strong></a>
    <br>
    <br>
    <a href="https://github.com/apiorno/ODBCDriver/issues/new?labels=Type%3A+Defect">Report a defect</a>
    |
    <a href="https://github.com/apiorno/ODBCDriver/issues/new?labels=Type%3A+Feature">Request feature</a>
  </p>
</p>

[![Build Status](https://travis-ci.org/apiorno/ODBCDriver.svg?branch=release-candidate)](https://travis-ci.org/apiorno/ODBCDriver)

## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).

## Quick Start

- Download the latest [Pharo 32](https://get.pharo.org/) or [64 bits VM](https://get.pharo.org/64/).
- Download a ready to use image from the [release page](https://github.com/apiorno/ODBCDriver/releases/latest)
- Explore the [documentation](docs/)

## Installation

To load the project in a Pharo image, or declare it as a dependency of your own project follow this [instructions](docs/Installation.md).

[pharoextras]: http://smalltalkhub.com/#!/~PharoExtras/ODBC/
← Back to results