An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![GitHub](https://img.shields.io/github/license/melgrubb/SequentialGuidGenerator)](https://opensource.org/licenses/MIT)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/MelGrubb/SequentialGuidGenerator/CI)](https://github.com/MelGrubb/SequentialGuidGenerator/actions/workflows/ci.yml)
[![GitHub issues](https://img.shields.io/github/issues/melgrubb/SequentialGuidGenerator)](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.