I wouldn’t recommend Mongo for this use because it doesn’t automagically resolve cycles, so you would have to do a lot of work in order to serialize the data. I agree with the previous suggestions and use Fuel or STON.
Cheers, Alejandro > On Oct 19, 2019, at 4:16 PM, Oswall Verny Arguedas C. <siste...@gmail.com> > wrote: > > Thanks Sean and Sven > > I'm going to investigate Ston and Fuel to do it. > I also thought about passing the data to CouchDB (document database) and then > accessing from a clean Pharo 7 with Seaside and Bootstrap. > How do you think the status of the drivers for Pharo for CouchDB is > currently. I used it for an application for production. Also Mongo but he > changed his license. > Thanks in advance > Oswall > > El vie., 18 de oct. de 2019 a la(s) 12:07, Sean P. DeNigris > (s...@clipperadams.com <mailto:s...@clipperadams.com>) escribió: > Sven Van Caekenberghe-2 wrote > > You could try to serialise/deserialise your data with... FUEL (binary). > > If you use Fuel, this may help: > https://github.com/seandenigris/pharo/wiki/Cookbook#fuel-migration > <https://github.com/seandenigris/pharo/wiki/Cookbook#fuel-migration> > > > > ----- > Cheers, > Sean > -- > Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html > <http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html> >