PostgresV3-pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
Aug. 12, 2020
Updated
Aug. 13, 2020

Categories

Database System / OS

README excerpt

# PostgresV3-pharo
Pharo version (might work in Squeak as well) of PostgreSQL V3 driver done by Levente Uzonyi, Balázs Kósi for Squeak at http://www.squeaksource.com/PostgresV3), with modifications to run in Pharo done by Francois Stephany at https://github.com/fstephany/PostgresV3

Migrated from http://smalltalkhub.com/#!/~emaringolo/PostgresV3 (`PostgresV3-Core` and `PostgresV3-Pool` only)

## License
Code commited to this repository will be automatically under [MIT](https://opensource.org/licenses/mit-license.php) license.

## Install

```
Metacello new
  baseline: 'PostgresV3';
  repository: 'github://sorabito/PostgresV3-pharo/pharo-repository';
  load.
```
← Back to results