Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport for compound keys #3
Comments
|
Yes, compound keys would be very nice to have, not sure when this happens though. At the very least we need another refactoring of internal structures (#57). |
|
Blocked by #54, but we're a step closer. |
|
Now tracked in https://github.com/krlmlr/dm/projects/2. |
Are there any plans/thoughts on supporting compound keys? I frequently have a table where the primary key is a combination of fields. It looks like putting a PK constraint on something like that in
dmrequires creating a new single column that is a mutation of the two non-unique components.Thanks for the package!