Replies: 1 comment
-
hi, i have the same issue @depsimon do you found a solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to use an async schema with drizzle-valibot?
I'm trying to add a
customAsync
validator to ensure uniqueness of an email address for instance.The
newUserSchema
is anObjectSchemaAsync
while anObjectSchema
is expected as a refinement.Is there another recommended way to perform such async validation?
Beta Was this translation helpful? Give feedback.
All reactions