MySQL wrapped is a very small collection of classes that hides the MySQL C API.
| Tags | Software Development Libraries Database |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C++ |
Recent releases


Changes: This release adds methods to access fields by name.


Changes: The connection pool included in the library has been made optionally threadsafe.


Changes: This release adds support for the MySQL embedded server library, libmysqld.


Changes: The Query constructor that accepted a pointer was removed, leaving only the constructor that accepts a reference. The Database::Connected method was added.


Changes: The constructor now accepts an optional IError* parameter, so error logging is enabled immediately. There is better error checking and safer code when a database connection fails. There is a new method Query::Connected to check that the database connection is OK. mysql_ping is used to make sure old connections are still OK. Reconnect is enabled by default, so a timed out connection should be reconnected transparently.
A JNI library that allows the use of Unix domain (AF_UNIX) sockets from Java.