pg_base58
Base58 Encoder/Decoder Extension for PostgreSQL
Repository
Fell-x27/pg_base58
https://github.com/Fell-x27/pg_base58
Source
pg_base58-0.0.1.tar.gz
pg_base58-0.0.1.tar.gz
Overview
| ID | Extension | Bin | Lib | Load | Create | Trust | Reloc | Schema |
|---|---|---|---|---|---|---|---|---|
| 4830 | pg_base58 | No | Yes | No | Yes | No | No | - |
Version
| Type | Repo | Version | PG Ver | Package | Deps |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.0.1 | 1817161514 | pg_base58 | - |
| RPM | PIGSTY | 0.0.1 | 1817161514 | pg_base58_$v | - |
| DEB | PIGSTY | 0.0.1 | 1817161514 | postgresql-$v-pg-base58 | - |
Build
You can build the RPM / DEB packages for pg_base58 using pig build:
Install
You can install pg_base58 directly. First, make sure the PGDG and PIGSTY repositories are added and enabled:
Install the extension using pig or apt/yum/dnf:
Install
pig
dnf
apt
Create Extension:
Usage
Provides functions to encode and decode data using Base58 encoding.
Functions
| Function | Description |
|---|---|
base58_encode(bytea) | Encode bytea data to Base58 text |
base58_decode(text) | Decode Base58 text back to bytea |
Examples
Was this page helpful?
Thanks—your feedback helps us improve this page.
What got in the way? (optional)