You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to add the schema property to the drizzle option - or else I would get an error Cannot convert undefined or null to object when creating my objects.
Maybe this should be documented ?
The text was updated successfully, but these errors were encountered:
The drizzle plugin is built on top of drizzles relational query builder, and requires that you define and configure all the relevant relations in your drizzle schema. See https://orm.drizzle.team/docs/rqb for detailed documentation on the relations API.
More than happy to accept PRs to improve the docs though
I had to add the schema property to the drizzle option - or else I would get an error
Cannot convert undefined or null to object
when creating my objects.Maybe this should be documented ?
The text was updated successfully, but these errors were encountered: