Hi there, I'm Alex 👋🏽
Welcome to my little corner on the internet where I share my learning experience, life, and random experiments.
I'm currently a developer 🥑 at Prisma , working to make databases easy for developers.
Recent Posts
Building Prisma Migrate using Prisma Migrate — Schema Prototyping and Migrations
Learn how you could use Prisma Migrate to build your own schema migration tooling to evolve your database schema
The Double-Dash Delimiter
What is the double-dash (--) delimiter and what does it do?
Introducing db-diff — a helper library for generating up and down migrations for Platformatic DB using Prisma
A helper library built on top of Prisma CLI for auto-generating and versioning customizable up and down migrations.
How to skip undefined unique values in connect fields in Prisma Client
Learn how you can skip undefined unique values in connect fields in Prisma Client