Shipra Shalini
Shipra Shalini
Does it have mongoengine support?
I have two collections in same mongo db. I wish to create two PostgreSQL tables using those (using the contents from both collections in both tables) and I want _id...
I'm running MoSQL as: ``` mosql -c collections.yml --sql postgres://user:passwd@localhost:5432/db --mongo mongodb://dbUser:passwd@node1,node2,node3/dbname?replicaSet=rs0 --only-db dbname ``` It works fine but as soon as the Primary node of the relpSet goes down,...