Skip to content

feenkcom/gt4p3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GToolkit for P3

Glamorous Toolkit for the P3 Pharo client for Postgres.

Writing queries in Inspector

How to load the code

Execute the following code in a Glamorous Toolkit image:

Metacello new
   baseline: 'GToolkit4P3';
   repository: 'github://feenkcom/gt4p3';
   load.
#BaselineOfGToolkit4P3 asClass loadLepiter