Hi all, I'm pleased to announce the release of Glorp-SQLite3 for Pharo 5.
Written and tested on 64-bit Linux Mint 17. You'll need to place the 32-bit libsqlite3.so where your Pharo 5 VM can find it. Take a fresh Pharo 5 image. Run the following: Gofer it smalltalkhubUser: 'TorstenBergmann' project: 'UDBC'; configuration; load. (Smalltalk at: #ConfigurationOfUDBC) loadBleedingEdge. Gofer it smalltalkhubUser: 'DBXTalk' project: 'Garage'; configurationOf: 'GarageGlorp'; load. #ConfigurationOfGarageGlorp asClass project stableVersion load. Gofer it smalltalkhubUser: 'DBXTalk' project: 'Glorp'; package: 'Glorp-SQLite3'; load. GlorpSQLite3CIConfiguration new configureSqlite3. GlorpDemoTablePopulatorResource invalidateSetup. Then run the Glorp tests in TestRunner. You should get 889 passing tests, with 12 tests skipped. The database file is sodbxtestu.db in your image directory. Feedback welcome. Pierce