ports/databases/postgresql-semver/pkg-descr
Alexander Sieg fc5b80a8bc databases/postgresql-semver: Add new port
This library contains a single PostgreSQL extension, a data type
called "semver". It's an implementation of the version number format
specified by the Semantic Versioning 2.0.0 Specification.

PR:		259001
2021-11-04 02:32:10 +09:00

5 lines
252 B
Text

This library contains a single PostgreSQL extension, a semantic version data
type called `semver`. It's an implementation of the version number format
specified by the Semantic Versioning 2.0.0 Specification.
WWW: https://github.com/theory/pg-semver/