drizzle-cuid2
A utility package for generating CUID2 columns in Drizzle ORM
cuid-range
Generate and validate CUID between two bounds. Useful for order-preserving pagination keys, gap insertion, or sequence IDs.
uid-pool
High-performance UUID and unique ID pooling for Node.js. Pre-generate IDs in background worker threads for O(1) synchronous acquisition. Drop-in replacement for uuid.v4() and nanoid() with 10-100x better performance under load.