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
Yes, please add a way to generate uuidv7 with a custom time, right now we can sort by uuidv7, but if we want to get records from database between dates, it's way too complicated right now, if we can generate a uuidv7 with a custom dates this makes it much simpler.
Allow to use something different than
time.Now
when generating uuids that have a time component.This is useful for:
The package at https://github.com/gofrs/uuid seems to have this functionality, see https://pkg.go.dev/github.com/gofrs/uuid/v5#WithEpochFunc. I would love to have something similar.
The text was updated successfully, but these errors were encountered: