You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
With direct SQL access users will be able to create composite primary keys. This will not work with the SDK. We need to eventually support these cases. This will require an API surface change since alot of our SDK methods are unkeyed and are previously assumed to be an id or xata_id. Since this is unkeyed input and the user may not have either of those fields as primary keys (or at all) we cannot rely on those assumptions anymore.
Is your feature request related to a problem? Please describe.
With direct SQL access users will be able to create composite primary keys. This will not work with the SDK. We need to eventually support these cases. This will require an API surface change since alot of our SDK methods are unkeyed and are previously assumed to be an id or xata_id. Since this is unkeyed input and the user may not have either of those fields as primary keys (or at all) we cannot rely on those assumptions anymore.
Describe the solution you'd like
Describe alternatives you've considered
Additional context