Johnny B.
Johnny B.
DTDrizzle Team
Created by Johnny B. on 7/31/2024 in #help
ResultSetHeader object in the response
update response: [
ResultSetHeader {
fieldCount: 0,
affectedRows: 0,
insertId: 0,
info: 'Rows matched: 0 Changed: 0 Warnings: 0',
serverStatus: 2,
warningStatus: 0,
changedRows: 0
},
undefined
]
update response: [
ResultSetHeader {
fieldCount: 0,
affectedRows: 0,
insertId: 0,
info: 'Rows matched: 0 Changed: 0 Warnings: 0',
serverStatus: 2,
warningStatus: 0,
changedRows: 0
},
undefined
]
Looking for a way to determine the impact of the queries I am making to the database I have console logged the abover response from an update query. My question is if there is any documentation anywhere about the ResultSetHeader object or if anybody can confirm if it is consistent?
3 replies
DTDrizzle Team
Created by Johnny B. on 6/27/2023 in #help
AWS Aurora MySql via AWS Data API
Is there a way to use drizzle with AWS Aurora MySql via the AWS DataAPI? I can see the option for PsotgreSQL in the documentation, but nothing about MySQL: https://orm.drizzle.team/docs/installation-and-db-connection
2 replies