sqlx基本使用 安装go get github.com/jmoiron/sqlx 连接数据库var db *sqlx.DB // exactly the same as the built-in db = sqlx.Open("sqlite3", " 2019-02-13 wumu go