Embedded MariaDB Interface
Detailed guide on the C API functions and requirements for initializing, using, and terminating the embedded MariaDB server library.
int mysql_library_init(int argc, char **argv, char **groups)
void mysql_library_end(void);Notes
See Also
Last updated
Was this helpful?

