If you’re asking about the information about the number of rows, oracle db clients do that. For nodejs, oracle’s library will provide this number in the response to a dml statement execution. So you can retrieve it in your backend code. You have to write additional code to bring this message to the front-end.
drekly@lemmy.world 1 year ago
Awesome, thanks for the info. Definitely super useful for debug mode whilst I’m fixing and tampering!