mysql: add more documentation (#7846)

This commit is contained in:
Don Alfons Nisnoni 2021-01-09 16:40:21 +08:00 committed by GitHub
parent 256ddcee1f
commit d645e45752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 192 additions and 173 deletions

View file

@ -13,6 +13,5 @@ fn main() {
for row in res.rows() {
println(row.vals.join(', '))
}
res.free()
conn.close()
}