mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 02:00:30 -04:00
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
5 lines
252 B
Text
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/
|