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
9 lines
135 B
Text
9 lines
135 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Use the following sql script to create semver extension
|
|
|
|
psql -c 'CREATE EXTENSION semver'
|
|
EOM
|
|
}
|
|
]
|