-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
document how to run query and retrieve results #3220
Copy link
Copy link
Closed as not planned
Description
| import { Writer } from './buffer-writer' |
for some weird reason i am confronting myself with the low level pg-protocol API in typeorm. i need to fire a query and wait for results, or alternatively i need to listen to the onconnect event when the client reconnects.
i am doing connection.query("select 42;") but this is not a promise ... so i am not sure how to understand that the connection is working fine
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels