mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
mysql: add more documentation (#7846)
This commit is contained in:
parent
256ddcee1f
commit
d645e45752
6 changed files with 192 additions and 173 deletions
|
@ -13,6 +13,5 @@ fn main() {
|
|||
for row in res.rows() {
|
||||
println(row.vals.join(', '))
|
||||
}
|
||||
res.free()
|
||||
conn.close()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue