Anthony Campolo

Results 38 comments of Anthony Campolo

I'd say no to database type but maybe yes to database providers (for example some of those give you PostgreSQL, MySQL, and Mongo instead of just Postgres or MySQL which...

I wrote a [community post suggesting a cheat sheet](https://community.redwoodjs.com/t/redwoodjs-cheat-sheet/1051/) back in August, and created a first draft that was organized similarly to the way the docs were structured at the...

I don't have much extra bandwidth right now to take on more projects, but I've done a decent amount of work on this over the last year so happy to...

@barakcodes that's awesome to hear! Prisma has done a fantastic job with their MongoDB docs so we should also be heavily referencing those and making sure we stay up to...

Yeah definitely, there's an [open issue](https://github.com/prisma/prisma/issues/7305) right now about migration support that you can link to, so Prisma is aware and is working on support.

Yeah that sounds great, feel free to provide any pieces as they're ready to go and I will keep an eye out and provide notes 👍!

Word from the Prisma team is that migrations will [not be supported in the near future](https://github.com/prisma/prisma/issues/7305#issuecomment-955683993), but you can use [`db push` as a workaround for now](https://github.com/prisma/prisma-engines/pull/2287).

Quick update on this front, I've got a guide now on [Getting Started with MongoDB on Railway](https://dev.to/ajcwebdev/query-a-mongodb-database-with-prisma-and-railway-ig8). I'm too much of a MongoDB noob to know why this is the...

### MongoDB is now Generally Available as of [Prisma v3.12.0](https://github.com/prisma/prisma/releases/tag/3.12.0) 🥳 🎉 * To celebrate the release there will be a [launch week later this month](https://www.prisma.io/mongodb-launch). * Check out the...