Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sponsored issue: Incremental UUID #737

Closed
Anushka7310 opened this issue Sep 30, 2023 · 1 comment
Closed

Sponsored issue: Incremental UUID #737

Anushka7310 opened this issue Sep 30, 2023 · 1 comment

Comments

@Anushka7310
Copy link

I would like to request the addition of a feature that allows for the generation of incremental IDs using the UUID library. Currently, the project supports UUID generation, but it doesn't provide an option for generating sequential or incremental IDs.

This feature would be particularly useful in scenarios where it's necessary to have both the uniqueness of UUIDs and the sequential ordering of IDs, such as in database records.

Priority Support

  • @Anushka7310 is using Mintycode to fund this issue.
  • If you would like to accept amount bounty for solving this issue join Mintycode.
  • Thank you in advance for helping.

mintycode

@broofa
Copy link
Member

broofa commented Sep 30, 2023

What you're describing is the new UUID v7 format. See #681

Please be aware that to the extent you need IDs with characteristics that fall outside of RFC4122, you'll need to look elsewhere for a solution. This project deals only with RFC4122 UUIDs.

@broofa broofa closed this as completed Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants