Join Slack
Powered by
Any way to create the migrations without the new e...
# orm-help
d
Danilo
09/20/2020, 4:09 AM
Any way to create the migrations without the new experimental feature prisma migrate ?
r
Ryan
09/21/2020, 7:26 AM
You can use
introspect
and your own migrations library if you do not want to use Prisma Migrate.
d
Danilo
09/21/2020, 2:03 PM
Yes I know but how can you manage the migratins ? What kind of tool are u using for that ?
r
Ryan
09/21/2020, 2:04 PM
You can use something like this:
https://github.com/salsita/node-pg-migrate
for Postgres.
d
Danilo
09/21/2020, 2:04 PM
The introspection is the last part so that's the less important thing. I'm asking about the tools/libraries to manage the model and the migrations.
r
Ryan
09/21/2020, 2:05 PM
You can use the above tool for migrations.
Open in Slack
Previous
Next