Skip to content

v1.0.0 - initial release

Compare
Choose a tag to compare
@nik-sta nik-sta released this 31 Aug 19:49
· 3 commits to main since this release
b7d710b

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.