Copyright (c) 2022, 2023, Geert JM Vanderkelen
The Go xmysql package offers functionality for MySQL.
For example, to create and drop a schema you could use respectively
CreateSchema()
and DropSchema()
.
This package is SQL driver agnostic as long as MySQL is used. Both Go MySQL Driver, using the conventional protocol, and Go MySQL Driver using X Protocol will work.
Distributed under the MIT license. See LICENSE.md
for more information.