mongo-migrate-ts icon indicating copy to clipboard operation
mongo-migrate-ts copied to clipboard

Run mongodb migrations easy from TypeScript

Results 18 mongo-migrate-ts issues
Sort by recently updated
recently updated
newest added

## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you can benefit from your...

semantic-release

- ~Unify arguments and types for MigrationInterface public methods everywhere (doc/template/declare)~ [In README] Highlight access to `client` instance as the second argument for migration methods. - Apply `| never` type...

quick try for #72 (sorry for being late too ;)!) not sure of why linter picked up on this, i edited on github.dev :/

I've identified an issue with the `isTsNode` function, which seems to be dependent on another TypeScript compilation library. When running without `ts-node`, errors occur, especially with `.tsx` files. https://github.com/mycodeself/mongo-migrate-ts/blob/cd4f247263eb7ab49d45c32f1f95487b8035f1b5/lib/utils/isTsNode.ts#L2-L5 To...

Hi there! We have a problem running the migration commands. With "status" command, we have the response but followed by error. With other commands, we only get the error: ```sh...

Just thinking out loud: since this package is based on migrate-mongo (https://github.com/seppevs/migrate-mongo/) I think it's nice to have transition plan to how to switch from migrate-mongo JS to mongo-migrate-ts. Anyway,...

This PR adds support for specifying custom extensions for migration scripts. This is somehow related to #72, as we have a similar use case, i.e. for testing migrations. However, I...

Hello, Is it possible to add support for nested directories ? Let's say i have many directories ordered by version : --- migrations / ---------------V1.1/ ---------------------V1.1.001_add_user.ts ---------------V1.2/ ---------------------V1.2.001_update_user.ts `up` command...

enhancement
question