Hi Everyone,

I've migrated Glorp v130, including GlorpSQLite, from smalltalkhub to
github using Peter Uhnak's excellent git-migration tool, see:
https://github.com/akgrant43/Glorp

To load Glorp:

Metacello new
    repository: 'github://akgrant43/Glorp/src';
    baseline: 'Glorp';
    load.


To load Glorp with the UDBC SQLite drivers:

Metacello new
    repository: 'github://akgrant43/Glorp/src';
    baseline: 'GlorpSQLite';
    load.


I'm not familiar with the other drivers, so I'm happy to help, but would
like some assistance before migrating the other drivers.

If I don't hear any complaints in the next week I'll eventually get
around to modifying the ConfigurationOfGlorp on smalltalkhub to use the
github version for Pharo 6.1 and 7.0.  Older versions of Pharo will
continue to load Glorp from smalltalkhub.

If there's an official account that should own this project, I'm more
than happy to hand it over.

Cheers,
Alistair

Reply via email to