sebastianwessel / surrealdb-client-generator

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

Custom recordId zod type to Schema #45

Closed CiskaLV closed 2 months ago

CiskaLV commented 2 months ago

Just added the custom recordID zod type to the Schemas and shortened the _generated import path

CiskaLV commented 2 months ago

I added index.js and also added an optional id to the CreateSchema so if you want to make a record with a set id you can