Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 267 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 267 Bytes

Odin MySQL

package mysql contains bindings for libmysqlclient, targeting MySQL 8.x. Almost all referenced functions in the manual found here: https://dev.mysql.com/doc/c-api/8.0/en/ have been added, excluding any deprecated functions and the client plugin system.