79598113

Date: 2025-04-29 10:18:51
Score: 2.5
Natty:
Report link

I treat ORM and migrations tools separately, because it is hard to sync everything in the database when you have so many database environment (dev, staging, prod) in many cases.

For TypeScript/JavaScript project, i use dbmate. It is easy to use imho. The tradeoff is you have to write raw SQL query yourself. But i take that tradeoff. I want to have migration on my full control.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Low reputation (1):
Posted by: Samuel