# SequentialGuid **Repository Path**: dimwalker/SequentialGuid ## Basic Information - **Project Name**: SequentialGuid - **Description**: Author: Jeremy H. Todd (http://jeremytodd.org/) License: Public domain 有序guid,支持多数据库。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-16 - **Last Updated**: 2021-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SequentialGuid ============== Author: Jeremy H. Todd (http://jeremytodd.org/) License: Public domain Description ----------- This is an example project to demonstrate the creation of sequential GUID values for use as primary keys in database tables under various database types. It is intended to accompany my article [GUIDs as fast primary keys under multiple databases](http://www.codeproject.com/Articles/388157/GUIDs-as-fast-primary-keys-under-multiple-database). Contents -------- A Visual Studio solution containing two projects: * SequentialGuid - A small library containing the types and methods to generate sequential GUIDs using the method outlined in the article. * SequentialGuid.Demo - A WinForms application demonstrating the generation and use of sequential GUIDs.