-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for mongo? #126
Comments
Hi, and thanks for your interest. |
I'm still a noob Rust dev and haven't look into the internals of this package at all so... I'm probably not the right person to do it. 😅 |
No worries, If you want to give it a try and have any questions I am on the Rust discord! |
Alright, thanks @jxs I'll try to find you on discord. :) I think the "Query" side could work with Mongo with a very similar API after just changing "table" to "document" or "doc" and allowing Mongo-specific types like ObjectId and IsoDate. Also, maybe a dumb question, but as a user of this library are you supposed to code out by hand the migration functions (eg. this one)? It is possible somehow to generate the migration implementation from changes to some special struct? |
Transactions would be great as well although I think it is still under development for the official mongodb rust driver. |
you need to also implement
you can either have migrations from a rust module, or from a |
@jxs Could you please share your discord username? Mine is IgnisDa#5244. I would like to implement migrations for surrealdb and I think this library could be helpful. |
Hi, sorry if this already answered here somewhere, but I am curious if support for mongodb and other NoSql databases is on the roadmap or if I should be looking at another tool for doing mongo migrations for my rust micro-services.
Thanks!
The text was updated successfully, but these errors were encountered: