Join Slack
Powered by
I keep reading that it is bad practice to expose t...
# orm-help
o
Olaf
08/02/2019, 11:41 PM
I keep reading that it is bad practice to expose the primary key to the user in cases like front-end routes
<http://example.com/user/12345|example.com/user/12345>
, is this the case for Prisma, since it generates an “ID” in no specific sequence? Or would I need to make a slug-like column for each user? What is acceptable?
Open in Slack
Previous
Next