sqids-postgresql icon indicating copy to clipboard operation
sqids-postgresql copied to clipboard

Official PostgreSQL port of Sqids. Generate short unique IDs from numbers.

Results 3 sqids-postgresql issues
Sort by recently updated
recently updated
newest added

The original Postgres version was written in C: https://github.com/iCyberon/pg_hashids (cc @iCyberon) @tzvetkoff Any chance that your `sqids-c` could be linked with Postgres to make this one?

Could you please implement a github workflow to build and release binaries for all 3 platforms. I'm a windows user, and it's really difficult to build it on my machine...

Hi! I'm trying to install this by following https://github.com/sqids/sqids-postgresql?tab=readme-ov-file#development ``` cargo install --locked [email protected] # pin needed for init cargo pgrx init # missing from docs, but necessary? cargo build...