hi, this migration was already made to: https://github.com/pharo-rdbms <https://github.com/pharo-rdbms> donât you prefer to join that team and contribute to enhance there? cheers! Esteban
On 11 Dec 2017, at 13:52, Alistair Grant <akgrant0710@gmail.com> wrote:
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