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.
Hi! Normally I store UUIDs using Mongo's
UUIDfunction, 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.