I'm kind of looking for a RMDB migration tool. Ideally one that: Isn't tied to an application framework (e.g. it can use some programming language for its operation, but shouldn't push me to use that language for the rest of my own application). Wor...
GSCGijo and 2 more commentedI have an enterprise web app which is developed using react & redux. Fully client side rendering, no server side rendering. App store is very big. I want to know how dev work flow will be affected for current developers & future developers ? Will it ...
GBGijo and 1 more commentedI'm trying to perform a migration on a database hosted on ElephantSQL, but I keep getting this error ERROR: Error parsing url: undefined whenever I run sequelize db:migrate does anyone know why? Any pointers or suggestions appreciated.
Cj commentedI am working on a new project and wanted to start with a relational DB and I was wondering where in the pipeline should I run the migrations. Would they be part of the deployment process or during app startup after deployment? Or maybe somewhere else...
VJVasan and 1 more commented