go web開發第四講-數據庫操做

go 數據庫操做(mysql) 安裝sql驅動,go get github.com/Go-SQL-Driver/MySQL 引入sql驅動 聲明全局變量,var db *sql.DB 鏈接數據庫sql.Open(「mysql」,「root:root@tcp(127.0.0.1:3306)/test_new」); 進行數據的查詢 db.Query(「select id,title from news
相關文章
相關標籤/搜索