Data_schema - declarative schemas for data transformations

New Release! 0.3.1

This release adds three new public functions:

  • DataSchema.to_runtime_schema/1
  • DataSchema.flatten_errors/1
  • DataSchema.to_error_tuple/1

These allow for schema reflection and make working with errors easier.

@Exadra37 the error functions may be of interest to you.

1 Like