Hacker News new | past | comments | ask | show | jobs | submit login

I have been using Flyway with Node.js. Works all right and you write everything (migrations, schema, seeds) in SQL. It does make working with SQL quite straightforward and non-magical.

The thing is of course that with very complex queries you'll end up making quite intricate string building stuff which may not be very pretty. I myself am curious to find out if Prisma can make that part go away.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: