mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
* Add examples for DB * add the id service Co-authored-by: Janos Dobronszki <dobronszki@gmail.com>
7 lines
163 B
Markdown
7 lines
163 B
Markdown
Generate unique IDs (uuid, snowflake, etc)
|
|
|
|
# ID Service
|
|
|
|
The ID service provides unique ID generation. Including uuid, snowflake (64 bit) and bigflake (128 bit)
|
|
|