frictionlessdata / tableschema-go

A Go library for working with Table Schema.
MIT License
46 stars 10 forks source link

Implement "unique" constraint and other constraints? #42

Closed roll closed 7 years ago

roll commented 7 years ago

Overview

Unique constraint e.g. in Python when we iterating table rows - https://github.com/frictionlessdata/tableschema-py/blob/master/tableschema/table.py#L94-L104

Also to be sure we support all list of constraints:

danielfireman commented 7 years ago

Great catch. The current version of tableshema-go is not supporting constraints.

danielfireman commented 7 years ago

Opened issues for specific implementations. It is easier to track and get contributions.