v1.0.0 - initial release
Version 1.0.0 🎉
The initial release introduces the nanoid()
function that generates a unique, compact, and URL-friendly identifier based on the provided size and alphabet. It defaults to a size of 21 and uses a standard set of characters ranging from alphanumeric characters to specific symbols. The function leverages PostgreSQL's pgcrypto
extension and is written solely in the PL/pgSQL language.