On Sat, Oct 19, 2019 at 01:26:10AM -0700, Todd Blanchard via Pharo-users wrote:
> I loaded GLORP+P3 without issue.
> Trying to load SQLite3 - it also wants to load GLORP which complains of 
> conflict.

Todd, to load SQLite3 only:

  Metacello new
    repository: 'github://astares/Pharo-UDBC/src';
    baseline: 'UDBC';
    load: 'SQLite'

Pierce

Reply via email to