Replies: 1 comment
-
Nothing in Sequel would use this method, so I don't think it makes sense to add it. It may be useful for users of Sequel who work with applications that use UUIDs, but those users should just call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Recently, I was looking for a way to add
UUID v7
for a RoR project and discovered that SecureRandom has supported it since version 0.3.0 (Ruby 3.3.0). You can check the code here. Is it a good time to add the method' generate_uuuid_v7`, which generates UUID v7 for Sequel?p.s. I suppose, there a lot of projects still use the Ruby version less than 3.3.0. In this case, I suggest adding checking for
SecureRadom
version equal to or higher than '0.3.0'.Beta Was this translation helpful? Give feedback.
All reactions