package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Feb 14, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package sort provides natural sorting for migration versions.
Natural sorting treats numeric parts as numbers, not strings.
For example: "1" < "2" < "10" < "100"
Compare compares two version strings using natural sort order.
Returns:
-1 if a < b
0 if a == b
+1 if a > b
Examples:
Compare("1", "2") = -1
Compare("10", "2") = 1
Compare("v1", "v10") = -1
Compare("user_001", "user_002") = -1
Source Files
¶
Click to show internal directories.
Click to hide internal directories.