#sql Scan error on column index 0, name id destination not a pointer
11 messages · Page 1 of 1 (latest)
whats the query looks like?
prepare statement cache the query string, so on the next query, it'll not send the query string again. just the data.
so, prepare this code right?
this case solved cause i need restate the golang serve, u have suggestion sir so that I don't have to restart the server
take a look at cosmtrek/air for auto reload.