This repository has been archived on 2022-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
manual-en-US/chapter-08
2020-03-27 14:29:41 +08:00
..
README.md Update documents 2020-03-27 14:29:41 +08:00

8.Execute SQL query

Of course, SQL execution is also provided. If select then use Query

sql := "select * from userinfo"
results, err := engine.Query(sql)