The awesome pg-semver extension but implemented in Rust. It supports all the operations pg-semver does.
Supported PostgreSQL Versions:
- 14
- 15
~$ git clone https://github.com/fabmation-gmbh/pg_semver-rs
~$ cd pg-semver-rs
~$ cargo pgx install pg15 --release
- pg-semver – The original extension which is written in C.
For the license see LICENSE.
NOTE: The documentation is based on the pg-semver documentation since they share the same features with the same syntax. Their documentation is licensed under the PostgreSQL License.