SpacetimeDB icon indicating copy to clipboard operation
SpacetimeDB copied to clipboard

When generating for typescript, convert the primary key to camel case.

Open jsdt opened this issue 10 months ago • 0 comments

Description of Changes

Currently if the primary key column is named in snake case, the typescript client won't be able to find it, because it converts the fields to camel case, but doesn't convert the primary key name.

Expected complexity level and risk

1

Testing

I manually tested with the typescript quickstart.

jsdt avatar Mar 09 '25 21:03 jsdt