mirror of
https://github.com/alm494/sql_proxy.git
synced 2026-04-22 19:33:55 +02:00
7 lines
88 B
Go
7 lines
88 B
Go
//go:build mysql
|
|
// +build mysql
|
|
|
|
package db
|
|
|
|
import _ "github.com/go-sql-driver/mysql"
|