Developer Tools JSONoid Discovery: Simplify Schema Discovery On a recent client project, my software development team dealt with a legacy NoSQL database with the help of JSONoid Discovery.
Realm Improve Realm Migrations with Rails-like Patterns Discover how our custom Rails-inspired migration pattern improved the way my team manages database schema changes in Realm.
Prisma Translate a Graph Database Schema to a Prisma Schema On a recent project, we chose to migrate data from an existing Amazon Neptune graph database to an Amazon RDS PostgreSQL relational database.
Prisma Prisma vs. TypeORM – Which is Right For You? In my current project, we use two popular ORMs, TypeORM and Prisma. Each one has advantages and disadvantages. But which is right for you?
Prisma How and When to Use Multiple Prisma Schemas We need two schemas generating two separate clients that we can use from our project code. The secret sauce is to create two Prisma schemas.
Developer Tools Diving Deeper into PlantUML: Customization Options Go deeper and customize PlantUML options. A whole host of customization options can tailor your diagram to your specific use case.
TypeScript Validate All the Things with Zod If you want peace of mind for all of your data, I highly recommend integrating Zod (or another schema validation library) into your project.