We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Examples (markdown)
remove notes regarding deprecated Go versions
small change on the explanation of sql.DB
Update go-sql-tutorial URL
Make tutorial ref bold... still needs more colors ;)
Reference the go-database-sql-tutorial by @xaprb
Remove &charset=utf8
db.Ping() Go version clarification
Added sql.Open note + comments on panic() Fixes issue #82
revert DSN changes
one `@` should be enough for everyone...
Remove obsolete time.Time workaround
Ignoring NULL values
changed package path to lowercase
added missing import
typo
Add Prepared Statements example