Exploring Effect: Transitioning from Prisma to @effect/sql for Schema Migrations

hello all! just started using effect yesterday and am loving it. i used to use fp-ts, have played with Rust and love it, and effect just feels right about my speed :). im trying to debate whether or not to replace my prisma with @effect/sql etc and i am not clear on whether there is a way to build my migrations purely from a @effect/schema struct , similar to how prisma does with schema.
Was this page helpful?