An open API service indexing awesome lists of open source software.

https://github.com/feenkcom/gt4p3

Glamorous Toolkit for the P3 client
https://github.com/feenkcom/gt4p3

glamorous-toolkit

Last synced: 6 months ago
JSON representation

Glamorous Toolkit for the P3 client

Awesome Lists containing this project

README

          

# GToolkit for P3

[Glamorous Toolkit](https://github.com/feenkcom/gtoolkit) for the [P3](https://github.com/svenvc/p3) Pharo client for Postgres.

![Writing queries in Inspector](doc/gt-inspector-p3-query.png "Writing queries in Inspector")

## How to load the code

Execute the following code in a [Glamorous Toolkit image](https://gtoolkit.com):

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