You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Normally I store UUIDs using Mongo's UUID function, which is more performant than storing the hexadecimal string representation. However, I'm unsure how to properly achieve this in Papr.
Could anyone point me in the right direction? Thanks.
The text was updated successfully, but these errors were encountered:
GingerAdonis
changed the title
Best way to use UUIDs as _id?
Best way to store UUIDs as _id?
Jul 12, 2024
Hi! Normally I store UUIDs using Mongo's
UUID
function, which is more performant than storing the hexadecimal string representation. However, I'm unsure how to properly achieve this in Papr.Could anyone point me in the right direction? Thanks.
The text was updated successfully, but these errors were encountered: