Why does drizzle-zod create ZodString's instead of z.ZodStrings for mySQL?

CCory4/10/2023
I was testing out drizzle-zod for mySQL, and I know it's still actively being worked on. It seems like it was mostly working but it creates ZodStrings, instead of z.ZodStrings, and is not working with SuperForms for SvelteKit, which accepts a ZOD object.

Should I not even being played around with drizzle-zod for mySQL? Or am I missing something?
Bbloberenober4/10/2023
drizzle-zod does not support mysql yet, it's stated on the readme
CCory4/10/2023
Ah okay I didn't know if it was in "beta" yet. Thanks!