Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TerrexTech/uksuid
A Universal K-Sortable Universally Unique ID.
https://github.com/TerrexTech/uksuid
go golang ksuid
Last synced: 28 days ago
JSON representation
A Universal K-Sortable Universally Unique ID.
- Host: GitHub
- URL: https://github.com/TerrexTech/uksuid
- Owner: TerrexTech
- License: mit
- Created: 2018-10-16T20:00:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T20:07:34.000Z (about 6 years ago)
- Last Synced: 2024-08-03T23:24:08.882Z (4 months ago)
- Topics: go, golang, ksuid
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - uksuid - Sortable Universally Unique ID. (Repositories)
README
## Universal K-Sortable Globally Unique ID
---A KSUID package that implements/will-implement required Marshalling/Unmarshalling interfaces for various types.
**Based on [github.com/segmentio/ksuid][0]**.
### Why?
*From [https://github.com/TerrexTech/uuuid][1], but story remains the same.*
It has been a source of great pain and inconvenience for my lazy existence, that the UUIDs have to be
converted again and again to different types for operations such as inserting/fetching from Databases.Enough. Not any more.
---
### Currently implemented Marshal/Unmarshal interfaces
* Go-CQL
[0]: https://github.com/segmentio/ksuid
[1]: https://github.com/TerrexTech/uuuid