Files
pg-base36/README.md
Perik Rigoudy f5fe9e7076 update README.md
just add a small description in the readme, more details may be needed later
2023-11-06 06:06:55 +01:00

471 B

CI

pg-base36

These extensions let you encode and decode values using the base36 encoding scheme. It provides specific data types for storing these encoded values.

The extension lets you convert values between base36 and integer types (int or bigint). It also supports conversion from type "bytea" to type “hugebase36”.