GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#go #database #go #mariadb #mysql #mysql_driver #sql

The Go-MySQL-Driver is a lightweight and fast MySQL driver for Go, written purely in Go without any C bindings. It supports connections over TCP/IPv4, IPv6, Unix domain sockets, and custom protocols. Here are the key benefits You can install it using `go get -u github.com/go-sql-driver/mysql`.
- **Automatic Connection Handling** You can configure various settings like timeouts, charset, collation, and more through the Data Source Name (DSN).
- **Advanced Features** It automatically uses utf8mb4_general_ci by default and allows setting other charsets and collations.

Using this driver simplifies interacting with MySQL databases in Go, providing a robust and configurable solution.

https://github.com/go-sql-driver/mysql