An open API service indexing awesome lists of open source software.

https://github.com/adjust/pg-base36

a base36 extension for postgres
https://github.com/adjust/pg-base36

adjust-kpis-team adjust-pg-extension

Last synced: about 1 year ago
JSON representation

a base36 extension for postgres

Awesome Lists containing this project

README

          

[![CI](https://github.com/adjust/pg-base36/actions/workflows/main.yml/badge.svg)](https://github.com/adjust/pg-base36/actions/workflows/main.yml)

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