Skip to content

DataLabHell/ULID.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ULID

Build Status

Unique Lexicographically Sortable Identifier ULID.

Unlike ararslan/ULID.jl, which generates ULIDs as strings, this implementation stores them as compact UInt128 binary values.

Install

import Pkg
Pkg.add("https://github.com/DataLabHell/ULID.jl")

Usage

using ULID
# generate time sortable id
u = ulid() # ULID("01K8X9KNDDYVSTF4XBE6A250RB")
# parse binary representation of ULID from string
parse(Ulid, "01K8X9KNDDYVSTF4XBE6A250RB")

Status & Docs

This plugin is incubating. APIs and defaults may change.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages