This is a test to see if animated D2 SVG files work in GitHub's Markdown renderer.
Your browser doesn't support embedded SVG. View the diagram directly.
A demonstration of using GraphQL Codegen to generate [Zod][zod] schemas with Temporal type support using Deno and TypeScript.
Prisma does not suffer from the same unordered migrations problem that affects Kysely. While Kysely strictly enforces alphabetical/chronological ordering of migrations and fails when migrations are executed out of order, Prisma uses a more flexible approach that tracks migration history in the database and provides tools to handle divergent migration histories.
When multiple developers work on feature branches simultaneously, they often create migrations with timestamps that become out of order when merged. This is a common scenario:
- Developer A creates migration
20240112_1200_add_users.sqlon their feature branch - Developer B creates migration
20240112_1201_add_products.sqlon their feature branch - Developer B merges first, production runs the 12:01pm migration
- Developer A merges second, but now there's a problem...
https://graphbrainz.fly.dev lets you do cool GraphQL queries.
query {
lookup {
artist(mbid: "144ef525-85e9-40c3-8335-02c32d0861f3") {