Thanks, it had occurred to me to take a look at the other drivers in Garage - been a bit busy though so might not get to it until tomorrow.


Andrew Glynn




From: Pierce Ng <pierce@samadhiweb.com>
Sent: Friday, June 23, 2017 8:19 PM
To: Any question about pharo is welcome
Subject: Re: [Pharo-users] [ANN] success story: surgery appointments digitalised
 
On Sat, Jun 24, 2017 at 12:48:56AM +0800, Ben Coman wrote:
> @anyone, If Andrew can get a proof of concept working, what are the best
> frameworks for it to work with?

Write the Oracle set-oriented driver according to UDBC convention. Then, write
a Glorp ORM driver based on it. The Pharo version of Glorp already has
OraclePlatform, which comes from the VW upstream and presumably works, so it
can be used as a reference. There's also Garage which also suppors Glorp. All
are available in the Catalogue Browser.

STH search shows a project named  Garage-Oracle by CraigAllen but 'the page
does not exist, sadly.'

Pierce