MySQL++

Update of "MySQL++"
Login

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

Overview

Artifact ID: 89d9e8cc559c897e38f29fcf84e3eec1bc340e254419f7ba166a0acf72ae4578
Page Name:MySQL++
Date: 2018-07-27 06:20:32
Original User: tangent
Mimetype:text/x-markdown
Parent: 7c23b8f0742373f21f9cf39b71bd29e8103a5421f00367ce73cfd43e1ec090d5 (diff)
Next f013461158623b4be4ac8db9cd64e5d59bdb08e076432f4585dd981659f03735
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.4.tar.gz (4.4 MiB, 2018.07.26) — Library source code. If you aren’t sure which file to download, download this.

mysql++-3.2.4-1.el7.src.rpm (3.3 MiB, 2018.07.26) — Source RPM, for those that need to build their own binary RPMs:

$ rpmbuild --rebuild /wherever/it/is/mysql++-3.2.4-1.el7.src.rpm

The resulting mysql++, mysql++-devel and mysql++-manuals RPMs should then be found in ~/rpmbuild/RPMS/x86_64 if you did it on a 64-bit x86 based Linux box. If that didn't work, but building from the normal source tarball does work on your system, try rebuilding the RPMs from the SRPM as root. That was the smoothest path on old RPM-based systems.

If you want the current bleeding-edge version of MySQL++, you can pull the tip of trunk directly from our Fossil repository as mysql++-trunk.tar.gz.

Alternately, you may clone our Fossil repository, which will get you the complete project repository with abridged history going back to the project's founding, the wiki contents, our ticket tracker contents, and more.

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 packages are properly integrated into their host distributions, we no longer offer 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.