mysql
Go MySQL Driver는 Go(golang)의 database/sql 패키지를 위한 MySQL 드라이버입니다.
파일 탐색기
최종 버전 다운로드 (.zip)- codeql.yml
- test.yml
- CONTRIBUTING.md
- dependabot.yml
- ISSUE_TEMPLATE.md
- PULL_REQUEST_TEMPLATE.md
- .gitignore
- auth.go
- auth_test.go
- AUTHORS
- benchmark_test.go
- buffer.go
- CHANGELOG.md
- collations.go
- compress.go
- compress_test.go
- conncheck.go
- conncheck_dummy.go
- conncheck_test.go
- connection.go
- connection_test.go
- connector.go
- connector_test.go
- const.go
- driver.go
- driver_test.go
- dsn.go
- dsn_fuzz_test.go
- dsn_test.go
- errors.go
- errors_test.go
- fields.go
- go.mod
- go.sum
- infile.go
- LICENSE
- nulltime.go
- nulltime_test.go
- packets.go
- packets_test.go
- README.md
- result.go
- rows.go
- statement.go
- statement_test.go
- transaction.go
- utils.go
- utils_test.go
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/go-sql-driver/mysql
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd mysql
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
