go mysql driver online with Winfy

We have hosted the application go mysql driver in order to run this application in our online workstations with Wine or directly.


Quick description about go mysql driver:

Lightweight and fast, native Go implementation. No C-bindings, just pure Go. Connections over TCP/IPv4, TCP/IPv6, Unix domain sockets or custom protocols. Automatic handling of broken connections, as well as automatic Connection Pooling (by database/sql package). Supports queries larger than 16MB. Full sql.RawBytes support. It provides intelligent LONG DATA handling in prepared statements. Secure LOAD DATA LOCAL INFILE support with file allowlisting and io.Reader support. Optional time.Time parsing, as well as optional placeholder interpolation. db.SetConnMaxLifetime() is required to ensure connections are closed by the driver safely before connection is closed by MySQL server, OS, or other middlewares. Since some middlewares close idle connections by 5 minutes, we recommend timeout shorter than 5 minutes. This setting helps load balancing and changing system variables too.

Features:
  • The connection pool is managed by Go's database/sql package
  • Go 1.8 added database/sql support for context.Context, this driver supports query timeouts and cancellation via contexts
  • Since version 1.5 Go-MySQL-Driver automatically uses the collation utf8mb4_general_ci by default
  • Native Go implementation, no C-bindings, just pure Go
  • To run the driver tests you may need to adjust the configuration
  • Package mysql provides a MySQL driver for Go's database/sql package


Programming Language: Go.
Categories:
Database

©2024. Winfy. All Rights Reserved.

By OD Group OU – Registry code: 1609791 -VAT number: EE102345621.