https://github.com/zspitzer/extension-ulid
Lucee extension for generating ULIDs
https://github.com/zspitzer/extension-ulid
cfml lucee ulid
Last synced: 4 months ago
JSON representation
Lucee extension for generating ULIDs
- Host: GitHub
- URL: https://github.com/zspitzer/extension-ulid
- Owner: zspitzer
- License: lgpl-2.1
- Created: 2023-05-19T09:38:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T15:39:14.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T10:51:14.347Z (12 months ago)
- Topics: cfml, lucee, ulid
- Language: ColdFusion
- Homepage:
- Size: 6.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Lucee ULID Extension
[](https://github.com/zspitzer/extension-ulid/actions/workflows/main.yml)
Universally Unique Lexicographically Sortable Identifier https://github.com/ulid/spec
Uses the Java implementation https://github.com/f4b6a3/ulid-creator
Why are these interesting? TL;DR
- they are sorted by time
- BTREE indexes work way better with less random data
- smaller index size due to similair keys
Mailing list post https://dev.lucee.org/t/add-support-for-ulids-createulid/12602
https://luceeserver.atlassian.net/browse/LDEV-4481