base36 1.1.1

This Release
base36 1.1.1
Date
Status
Stable
Other Releases
Abstract
Integers represented in base36
Description
Integers represented in base36
Released By
adjustgmbh
License
PostgreSQL
Resources
Special Files

Extensions

base36 1.1.1
Integers represented in base36

README

Contents

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”.