Skip to content

golistic/xmysql

Repository files navigation

xmysql - MySQL Utilities for Go

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.

License

Distributed under the MIT license. See LICENSE.md for more information.