sqlite3-uuid
UUID generator
An extension for generating UUIDs in a SQLite database
SQLite extension for generating UUIDs
48 stars
5 watching
4 forks
Language: C
last commit: over 6 years ago
Linked from 1 awesome list
extensionsqlitesqlite3uuid
Related projects:
Repository | Description | Stars |
---|---|---|
zyro/elixir-uuid | A set of functions to generate and work with Universally Unique Identifiers (UUIDs) in Elixir. | 361 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
jakenvac/goid | A UUID generator package in Go. | 41 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
wyhaines/csuuid.cr | A small UUID library that generates chronologically sortable UUIDs in Crystal | 15 |
bsiddiqui/bookshelf-uuid | Automatically generates unique identifiers for database models | 32 |
okeuday/uuid | A Erlang module for generating UUIDs with various versioning and hashing methods | 217 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,801 |
lukeed/uuid | A small library that generates cryptographically secure or fast UUIDs depending on the environment and desired level of security. | 396 |
anthony-arnold/adaid | A library for generating unique identifiers in Ada programming language | 15 |
iwongu/sqlite3pp | A C++ wrapper around the SQLite3 API to simplify its use in C++ applications. | 606 |