sebastianwessel / surrealdb-client-generator

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

Feat: Improve assertion handling #27

Closed hammo92 closed 4 months ago

hammo92 commented 4 months ago

Separated assertion logic into a separate file Added zod types and format checks for common assertions

sebastianwessel commented 4 months ago

Thanks for your contribution @hammo92 !

I will try to review it asap - but from what I see, it looks very promising.

sebastianwessel commented 4 months ago

Merged. 🎉

I only fixed linter and build setup,

I will try to fix some bug regarding array definition handling. As soon this is fixed, I will release a new version.

Thanks for your support and your pretty cool work @hammo92 🙏

hammo92 commented 4 months ago

No worries, great library. Thanks Sebastian