MySQL++

Update of "MySQL++"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: a185c73f1ffda2066bd479b380cfd01ab2419ee68501d62087b61b020e254592
Page Name:MySQL++
Date: 2017-11-21 16:16:26
Original User: tangent
Mimetype:text/x-markdown
Parent: 89937ea080c3ff0d19b7197a62373901a5df3be78da2390fdb8b40d7f8b517f8 (diff)
Next a3bc6c08ea5a9e2cc7885a735b5759b3b42b18a1b7519946e2d56cab351a052a
Content

MySQL++ rocks

MySQL++ is a C++ wrapper for MySQL’s C API. It is built around the same principles as the Standard C++ Library, to make dealing with the database as easy as dealing with STL containers. In addition, MySQL++ provides facilities that let you avoid the most repetitive sorts of SQL within your own code, providing native C++ interfaces for these common tasks.

If you have questions about this project and can’t find an answer in the documentation or the mailing list archives, you should ask it on the list. Everyone active in MySQL++’s development monitors that mailing list, and the library’s primary maintainer responds to almost every question posted there. By posting to the mailing list, your question and any answers are archived for future developers to find, and you reach a wider audience than is possible with personal email.

Latest Stable Version

Before upgrading an existing version of MySQL++, please scan through the change log first. If you’re coming from a much older version, better read through the “Incompatible Library Changes” chapter in the user manual instead.

Source Code

mysql++-3.2.3.tar.gz (416 KB, 2016.12.31) — Library source code. If you aren’t sure which file to download, download this.

mysql++-3.2.3-1.src.rpm (3.1 MB, 2016.12.31) — Source RPM, for those that need to build their own binary RPMs. To do this, run this command as root:

# rpmbuild --rebuild /wherever/it/is/mysql++-3.2.3-1.src.rpm

The resulting mysql++, mysql++-devel and mysql++-manuals RPMs will be in a distribution-dependent directory, typically somewhere under /usr/src.

You may also want to clone our Fossil repository.

Binary Packages

MySQL++ has been picked up by many package distros. It’s been spotted in the Debian, Fedora, FreeBSD, Gentoo, Homebrew, RHEL (EPEL), and Ubuntu package systems. Since these first-party packages are properly integrated into their host distributions, there is no point offering competing binary packages here.

If you want something different in your binary package than you get in the standard package distro for your OS, you should build it from source on the target OS, or else you are likely to have problems.

Old Versions

If you need a particular older version of MySQL++, you can either grab the raw source code for it from the Fossil tag list page or you can browse the old version archive.

Those still needing MySQL++ 2.x might be interested in the v2.3.2-modern branch, which makes minimal changes to version 2.3.2 — the last release in the 2.x line — to allow it to build on modern systems. Essentially, it contains build fixes analogous to those we've done in the 3.x line without backporting any actual features or behavior changes from 3.x. This branch is unlikely to ever be released, but it is intended to be "stable" at all times.

Documentation

The user and reference manuals are shipped in the source code tarball above. They are also available online.

Frequently-Asked Questions

The FAQ list answers many commonly-asked questions about MySQL++.

Contributing to the Effort

The easiest thing to do if you want to help out with the MySQL++ development effort is to participate on the mailing list. We could use help answering questions, and it’s frequently helpful to have different voices contributing to discussions about the library’s future.

If you want to participate in the coding effort, the MySQL++ development project is hosted right here, by Fossil, a distributed version control similar to Git, but much easier to use. See the Hackers file for instructions on working with Fossil and the MySQL++ source code.

For a great source of projects to tackle, see the Wishlist file.

If you just want to keep up on the in-progress developments, see the project timeline, which is also available in RSS form for those who want MySQL++ changes to appear in their feed reader.