Skip to content

sorabito/PostgresV3-pharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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 license.

Install

Metacello new
  baseline: 'PostgresV3';
  repository: 'github://sorabito/PostgresV3-pharo/pharo-repository';
  load.