git2rdata icon indicating copy to clipboard operation
git2rdata copied to clipboard

optional unique argument per field

Open ThierryO opened this issue 1 year ago • 1 comments

unique fields cannot contain duplicated values

ThierryO avatar Dec 13 '24 16:12 ThierryO

I like the concept of the git2rdata package, but have not tested it. In previous times, I have stored SQL databases as SQL dumps in version control, which has a similar effect but without any functionality to keep diffs as short as possible for data containing equivalent information.

Coming to this issue, why do you think it should be the job of git2rdata to enforce constraints such as unique fields? Couldn't such functionality be left to tools for relational data like dm?

jranke avatar Apr 16 '25 06:04 jranke