2015-05-26 14:14 GMT-03:00 Guillermo Polito <[email protected]>: > And even if STON is integrated, PostgresV2 configuration should include a > dependency against it (because in the not so remote future we will need > explicit dependency information to build images).
The '2.4-baseline' of ConfigurationOfPostgresV2 currently has a dependency to a JSON package (~PharoExtras/JSON). Current implementation is pretty static. I'm trying to work out a refactoring so you can configure which parser to use when dealing with JSON datatype in PostgreSQL. The "batteries included, but swappable" approach (@Docker dixit). It could be dead simple as specifying the class if the different JSON libraries shared a common to/from API selectors, but they don't. Regards! Esteban A. Maringolo
