lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
9 stars 1 forks source link

Restricted String value class would be useful - limit length, characters, etc. #155

Open lisad opened 3 months ago

lisad commented 3 months ago

String values are sometimes subject to constraints that aren't appropriate to the other kinds of data types

Although a plain Column is fine for strings without these constraints, should we make a ConstrainedString or RestrictedString column type that has these constraints builtin?