We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5009b0 commit 0068ff0Copy full SHA for 0068ff0
README.md
@@ -4,7 +4,7 @@ Base on [go-sql-driver/mysql](https://github.com/go-sql-driver/mysql).
4
```go
5
import (
6
"database/sql"
7
- "gitlab.ydjdev.com/ydjai/yorm/orm"
+ "github.com/folospace/go-mysql-orm/orm"
8
)
9
10
//connect mysql db
0 commit comments