-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
💡 Add ULID support #421
Comments
FYI: We have supporting for UUID v7 in https://github.com/cycle/entity-behavior-uuid |
I use Ulid for almost all entities PKs wrapped in |
There's ought to be another plugin |
The same. I prefer to generate UUID in a separated service. |
For further clarity, I found this draft document beneficial: UUIDv6 Draft. After examining it, I suggest that ULID could be substituted with UUIDv7. |
I have an idea!
Basically we use UUID for our applications, but new ULID identifier a quite bit faster and ensures that the IDs can be monotonically ordered and can be sorted even when generated within a millisecond.
Here is the ULID specs:
The text was updated successfully, but these errors were encountered: