-
Notifications
You must be signed in to change notification settings - Fork 85
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
Added minimal support for typescript #24
base: master
Are you sure you want to change the base?
Conversation
@balmasi Can this be merged? |
I would also like to see this typescript support added |
i have a project in typescript using migrate-mongoose. Will really love to see this feature be added :-) |
is this in a "will not add" category or can it be merged? would help to not have to maintain a fork |
Hey @wolfejw86 @kalutheo @ahrnee you can use this fork that is actively maintained by me and @fernandolguevara https://github.com/whyline/migrate-mongoose Is also published on NPM too, under the package name |
@balsami @akprats33 please resolve conflicts |
Hello, I created actual and much easer changes pull request (#58) for ability to use |
Are there any updates on this? |
@santiq hey bro how you doing? I had a look to your library and I thought it was creating .ts migration files as it says it supports typescript. Our project is an API completly done with TS and we are looking for a TS library to handle our mongo database migrations with TS, of course. Is anyone still having this same problem, did you resolve it? did you use another lib? did you make your own approach/implementation? Thanks |
Hi @mmejiadeveloper I'm doing well thanks. My recommendation got old, nowadays I'm using just migrate-mongo https://github.com/seppevs/migrate-mongo while it doesn't support typescript for writing migrations, it works pretty well. |
@mmejiadeveloper as I wrote in second comment before your, I made changes for opportunity using ts-files for migrations in #58 and although @balmasi doesn't give a reaction you can use branch from fork directly and I do the same. |
No description provided.