Closed Weronnip closed 3 months ago
Something like this, what should I do?
async postData() { const newUser = await this.drizzleTrello.insert return { newUser: newUser, }; }
Consult Drizzle docs for that - https://orm.drizzle.team/docs/insert
Thank you!
Something like this, what should I do?