[SqueakDBX] auto increment on Squeak/Pharo - Glorp - Postgres

Yanni Chiu yanni at rogers.com
Mon Feb 22 19:01:52 UTC 2010


Mariano Martinez Peck wrote:
> Can you tell us how did you exactly installed Glorp ?

See attached load script.
-------------- next part --------------
"Glorp"
FileStream fileIn: '/Users/yanni/pub/patch/Scanner-xLetter.st'.
!
Gofer new directory: '/Users/yanni/pub/repo'; package: 'Glorp'; load.
!
Gofer new directory: '/Users/yanni/pub/repo'; package: 'GlorpPostload'; load.
!
Gofer new directory: '/Users/yanni/pub/repo'; package: 'GlorpTest'; load.
!
Gofer new
	directory: '/Users/yanni/pub/repo';
	package: 'GlorpTestPostload';
	package: 'GlorpPharoPort';
	load.
!
Gofer new
	directory: '/Users/yanni/pub/repo';
	package: 'GlorpDriverPostgreSQL';
	load.
!
SqueakDatabaseAccessor DefaultDriver: NativePostgresDriver.
GlorpDatabaseLoginResource current: nil.
GlorpDatabaseLoginResource defaultLogin: NativePostgresqlDriverMainBackendTest glorpBackendFacility login.


More information about the SqueakDBX mailing list