This is the Linux app named Go MySQL Driver whose latest release can be downloaded as Version1.7.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Go MySQL Driver with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Go MySQL Driver
DESCRIPTION
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
This is an application that can also be fetched from https://sourceforge.net/projects/go-mysql-driver.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.