We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have the following code.
const space = await db.insert(spaces).values({ id: '90', name: values.spaceName })
But I'm getting this error instead:
I looked it up and it possible could be a type error.
Activity