View 128 bit binary data as ULID
- Dominant language
- Java
- Stars
- 51.8k
- Forks
- 4.4k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 188
Description
**Is your feature request related to a problem? Please describe.**
I have a table with a binary(16) column that I would like displayed as a ULID but there is no way to display it in this format in DBeaver.
**Describe the solution you'd like**
Add a new transform for ULID, similar to the existing one for UUID. I would typically access this by right-clicking the column and selecting 'View/Format', then either 'Set "column_name" transform" or "Column transforms". For binary(16) columns there is the option to display as UUID, so ideally there would be another option beside this to display as ULID.
**Describe alternatives you've considered**
Can't think of a practical alternative.
**Additional context**
ULID spec here: https://github.com/ulid/spec
Contributor guide
Assessment
This issue has not been assessed yet.