MigrationName Module
Provides functions for validating migration names.
Functions and values
| Function or value | Description |
Full Usage:
MigrationName.MetadataValuePattern
Returns: string
|
|
Full Usage:
MigrationName.Validate name
Parameters:
string
-
The migration name to validate
Returns: Result<string, string>
Ok with the name if valid, Error with error message if invalid
|
|
Migrondi