Skip to content

go个人常用库


数据库

  • database/sq: sql标准库,需搭配其他驱动使用
  • github.com/go-sql-driver/mysql: mysql驱动,需搭配 database/sql 标准库实现使用