Installing Wrappers in Postgres
First, install pgrx
Then clone the repo and install using
1 2 3 | |
To enable the extension in PostgreSQL we must execute a create extension statement.
1 | |
First, install pgrx
Then clone the repo and install using
1 2 3 | |
To enable the extension in PostgreSQL we must execute a create extension statement.
1 | |