|
|
|
|
|
by timmy-turner
2087 days ago
|
|
BTW, does anyone know a good migration library for nodejs/typescript? I was looking for one some months ago and kind of settled with Typeorm migrations but I don't like them that much.
It feels clunky and doesn't seem to provide tooling for saving the schema. Little things that annoy me are the timestamp names for the migrations and the needless "extend this base class for your migration" Java cargo-culting which feels so weird in JS/TS. |
|