Does anyone have an efficient way to implement has...
# prisma-client
l
Does anyone have an efficient way to implement hashids with Prisma? We have a schema that uses autoincrementing IDs throughout but would like to use hashids to encode/decode IDs when they become "public facing". Right now, we have a rather hacky internal library that tracks all of our known ID property names and encodes/decodes them using hashids.