Yo guys! There is no way to generate slug from ano...
# orm-help
m
Yo guys! There is no way to generate slug from another fields like title? I use prisma with Postgres and I wonder what's the best way to create slug.
r
@Martin Benjamin 👋 You can create a slug using Middleware. The results from
title
and other fields can be used to generate the slug.