On Tue, 26 May 2015, Esteban A. Maringolo wrote:
2015-05-26 16:15 GMT-03:00 Stephan Eggermont <[email protected]>:
On 26/05/15 18:40, Esteban A. Maringolo wrote:
I'm modifying the PostgresV2 package to support JSON datatype but
instead of using the JSON package from PharoExtras I'm trying to use
NeoJSON.
Is there a specific reason not to move to PostgresV3?
I'd love to do so. But where is it? It is not in SmalltalkHub certainly.
Google is your friend in this case. It's on squeaksource.com, but I also
saw a Pharo port on Github.
It would also require to adapt/implement GLORP's adaptor for PostgresV3.
Or is it a plug-in replacement?
It has slightly different API than the V2 version. I've never used Glorp,
so I can't tell if it works or not, but I assume that it does not.
Levente
Please provide me with pointers, now is when :)
Esteban A. Maringolo