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
- Host: GitHub
- URL: https://github.com/adjust/pg-base36
- Owner: adjust
- License: mit
- Created: 2015-07-14T12:09:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T16:42:49.000Z (over 1 year ago)
- Last Synced: 2025-04-16T02:06:26.617Z (about 1 year ago)
- Topics: adjust-kpis-team, adjust-pg-extension
- Language: C
- Homepage:
- Size: 63.5 KB
- Stars: 17
- Watchers: 66
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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”.