-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
262 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/* | ||
Package connector returns a "database/sql/driver.Connector" for a given database URL. | ||
Package connector returns a [database/sql/driver.Connector] for a given database URL. | ||
[database/sql/driver.Connector]: https://pkg.go.dev/database/sql/driver#Connector | ||
*/ | ||
package connector |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
/* | ||
Package connectormysql has ready-made "database/sql/driver.Connector" for "github.com/go-sql-driver/mysql". | ||
Package connectormysql has ready-made [database/sql/driver.Connector] for [github.com/go-sql-driver/mysql]. | ||
[database/sql/driver.Connector]: https://pkg.go.dev/database/sql/driver#Connector | ||
[github.com/go-sql-driver/mysql]: https://github.com/go-sql-driver/mysql | ||
*/ | ||
package connectormysql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
/* | ||
Package connectorpostgresql has ready-made "database/sql/driver.Connector" for "github.com/lib/pq". | ||
Package connectorpostgresql has ready-made [database/sql/driver.Connector] for [github.com/lib/pq]. | ||
[github.com/lib/pq]: https://github.com/lib/pq | ||
[database/sql/driver.Connector]: https://pkg.go.dev/database/sql/driver#Connector | ||
*/ | ||
package connectorpostgresql |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
/* | ||
Package connectorsqlite has ready-made "database/sql/driver.Connector" for "github.com/mattn/go-sqlite3". | ||
Package connectorsqlite has ready-made [database/sql/driver.Connector] for [github.com/mattn/go-sqlite3]. | ||
[database/sql/driver.Connector]: https://pkg.go.dev/database/sql/driver#Connector | ||
[github.com/mattn/go-sqlite3]: https://github.com/mattn/go-sqlite3 | ||
*/ | ||
package connectorsqlite |
Oops, something went wrong.