Hi Pavel,

I've just gotten around to figuring out BaslineOf and packages.  I see this work is in a branch on your own repository.

Do you plan to do a pull request back to the original repository?  I feel like we have database code all over the place and no clear "official" versions.

Stll trying to figure out what is current and what is obsolete (Garage?)

On Oct 19, 2019, at 5:18 AM, Pavel Krivanek <pavel.krivanek@gmail.com> wrote:

Btw. there exists an updated version of Glorp: 
github://pavel-krivanek/glorp:8.3.1-23-baseline
But the compatibility of it with SQLite was never tested

-- Pavel

so 19. 10. 2019 v 10:27 odes��latel Todd Blanchard via Pharo-users <pharo-users@lists.pharo.org> napsal:
I loaded GLORP+P3 without issue.

Trying to load SQLite3 - it also wants to load GLORP which complains of conflict.

For P3 I used:

Metacello new
   baseline: 'P3';
   repository: 'github://svenvc/P3';
   load: 'glorp'.


For SQLite:

Metacello new 
	repository: 'github://PierceNg/glorp-sqlite3:pharo7';
	baseline: 'GlorpSQLite';
	load.

but this fails with a conflict.  I suspect the conflict is it wants to load in glorp again.

I would also like to have mysql driver at some point.

Any tips for getting these to play nice together would be great.