anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

Select Data From Query #146

Closed Icydillic closed 7 years ago

Icydillic commented 7 years ago

Hello All,

I was asking myself if it is also possible to select data from an sql db using a self defined query (a possible scenario could be an interface with transactions or something like this)? I saw a method inside SqlConnection => select_by_query but it seems it is only for internal usage. Can you tell me if this is possible?

Thank you very much! Cheers, Stefan

anlek commented 7 years ago

Sorry, there is no way to modify the select query, however, you can clone your database, delete all the items you don't want (via another tool) and migrate the rest using Mongify.