Permit the developer to swap out validation libraries. We don't want a developer to have to include yet another library just for OneORM to work. Swappable validation would help keep the bloat down too. The issue with this is that each validation library implements things differently. Different means of execution, different error structures. We would need a way to abstract this out. The simpler the better.
Permit the developer to swap out validation libraries. We don't want a developer to have to include yet another library just for OneORM to work. Swappable validation would help keep the bloat down too. The issue with this is that each validation library implements things differently. Different means of execution, different error structures. We would need a way to abstract this out. The simpler the better.