https://github.com/melgrubb/sequentialguidgenerator
Generates sequential GUIDs, rearranged to match T-SQL's preferred byte ordering
https://github.com/melgrubb/sequentialguidgenerator
Last synced: 3 months ago
JSON representation
Generates sequential GUIDs, rearranged to match T-SQL's preferred byte ordering
- Host: GitHub
- URL: https://github.com/melgrubb/sequentialguidgenerator
- Owner: MelGrubb
- License: mit
- Created: 2021-08-30T18:24:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T02:29:19.000Z (about 3 years ago)
- Last Synced: 2025-04-10T13:33:55.515Z (6 months ago)
- Language: C#
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://opensource.org/licenses/MIT)
[](https://github.com/MelGrubb/SequentialGuidGenerator/actions/workflows/ci.yml)
[](https://github.com/MelGrubb/SequentialGuidGenerator/issues)# Sequential GUID Generator #
This is a simple utility that generates an arbitrary number of sequential GUIDs, with the bytes rearranged into the order that T-SQL likes.