Ashmil Hussain

Results 4 comments of Ashmil Hussain

Same issue for me with V 2.11.0

I'm facing this issue on `go1.13.6 darwin/amd64`

You have three options to write asynchronous code: **Using callbacks:** ``` db.query( 'SELECT * FROM users WHERE id = 1', ( err, rows ) => { // ... use the...