sebastianwessel / surrealdb-client-generator

Tool which generates a typescript client for SurrealDB and zod schema of a given database
MIT License
77 stars 12 forks source link

Fix issue with Record arrays #42

Closed hammo92 closed 4 months ago

hammo92 commented 4 months ago

Record arrays were not being parsed correctly. Record array types should now generate correctly

hammo92 commented 4 months ago

@sebastianwessel might be worth another release as it is a bug fix?

sebastianwessel commented 4 months ago

Yes, will release a new version in a few hours