Projects / MySQL wrapped

MySQL wrapped

MySQL wrapped is a very small collection of classes that hides the MySQL C API.

Tags
Licenses
Operating Systems
Implementation

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  07 Apr 2006 10:46
  • Rrelease-after

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

  • Rrelease-mid
  •  23 Mar 2006 05:29
  • Rrelease-after

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

  • Rrelease-mid
  •  20 Aug 2004 04:22
  • Rrelease-after

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

  • Rrelease-mid
  •  16 Aug 2004 19:44
  • Rrelease-after

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

  • Rrelease-mid
  •  14 Aug 2004 23:48
  • Rrelease-after

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.

D752849498b93304499a612b89c5b7f7_thumb

Project Spotlight

CAELinux

A live DVD for computer aided engineering and finite element analysis.

No-screenshot

Project Spotlight

junixsocket

A JNI library that allows the use of Unix domain (AF_UNIX) sockets from Java.