https://github.com/sagikazarmark/euclid
A simple sequential ID generator
https://github.com/sagikazarmark/euclid
idgenerator
Last synced: about 1 month ago
JSON representation
A simple sequential ID generator
- Host: GitHub
- URL: https://github.com/sagikazarmark/euclid
- Owner: sagikazarmark
- License: mit
- Created: 2019-01-13T08:18:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T19:40:48.000Z (over 7 years ago)
- Last Synced: 2026-04-22T15:40:13.334Z (about 2 months ago)
- Topics: idgenerator
- Language: Go
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://circleci.com/gh/sagikazarmark/euclid)
[](https://goreportcard.com/report/github.com/sagikazarmark/euclid)
[](https://golangci.com/r/github.com/sagikazarmark/euclid)
[](https://godoc.org/github.com/sagikazarmark/euclid)
**A simple sequential ID generator**
Euclid generates unique, incrementing sequential IDs (like an `AUTO_INCREMENT` primary key in MySQL).
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.