mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-12 16:10:03 +01:00
Separate cmd package for easier importing (#11)
This commit is contained in:
parent
247d7296f8
commit
e393f387b3
21 changed files with 408 additions and 368 deletions
4
mysql.go
4
mysql.go
|
|
@ -1,4 +1,4 @@
|
|||
package main
|
||||
package dbmate
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
|
|
@ -6,7 +6,7 @@ import (
|
|||
"net/url"
|
||||
"strings"
|
||||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
_ "github.com/go-sql-driver/mysql" // mysql driver for database/sql
|
||||
)
|
||||
|
||||
// MySQLDriver provides top level database functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue