April 13, 2017
7:23 p.m.
On 13 Apr 2017, at 19:26, Asbath Sama biyalou via Pharo-users <pharo-users@lists.pharo.org> wrote:
From: Asbath Sama biyalou <asamabiyalou@yahoo.com> Subject: Export MongoDB to sql format Date: 13 April 2017 at 19:26:25 GMT+2 To: Pharo users users <pharo-users@lists.pharo.org>
Hello Everyone.
I think this is not the right place for this question. But I am doing a work with Pharo.
I use MongoDB with Voyage. But I am asked to export my database in sql format.
I want to know if there is a way to export mongoDB in sql.
there is not. a nosql database will have problems to export its data as sql. of course it can be done (as everything), but it is a manual task :S cheers, Esteban
Thanks.
Asbath