mysql
MySQL C++ client based on Boost.Asio (by boostorg)
sqlpp11
A type safe SQL template library for C++ (by rbock)
mysql | sqlpp11 | |
---|---|---|
7 | 3 | |
281 | 2,564 | |
-0.7% | 0.7% | |
8.4 | 7.4 | |
21 days ago | 4 days ago | |
C++ | C++ | |
gtkbook License | BSD 2-clause "Simplified" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
mysql
Posts with mentions or reviews of mysql.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
- What C++ library do you wish existed but hasn’t been created yet?
- Please could you recommend a C++ ORM for accessing open source databases such as PostgreSQL?
-
The Boost MySQL Review has begun!
Documentation: https://anarthal.github.io/mysql/index.html
-
My thoughts and dreams about a standard user-space I/O scheduler
For example Boost-Beast and Boost-Mysql(not officially boost) receive user provided asio::io_context and every other library in this ecosystem should be the same.
-
What is the standard for writing network & database code in C++?
Boost.MySQL has just started review process for acceptance of boost. It's based on asio. https://github.com/anarthal/mysql
-
Proposing Boost.Mysql for Boost inclusion
The library is at https://github.com/anarthal/mysql and the documentation is at https://anarthal.github.io/mysql/. Examples under https://anarthal.github.io/mysql/mysql/examples.html.
sqlpp11
Posts with mentions or reviews of sqlpp11.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
-
What C++ library do you wish existed but hasn’t been created yet?
sqlpp11 actually helps in this area (which imo is the most error prone area of using a database) and offers compile time query checking
-
Using CPP with SQL
I haven't used this, though I did see some presentations about it which got my interest: https://github.com/rbock/sqlpp11
-
I don't want to learn your garbage query language
If you love C++ Template magic look at https://github.com/rbock/sqlpp11
This allows "normal" C++ code, which by the compiler is converted into the query string, allowing code like
for (const auto& row : db(select(all_of(foo)).from(foo).where(foo.hasFun or foo.name == "joker")))
What are some alternatives?
When comparing mysql and sqlpp11 you can also consider the following projects:
qcoro - C++ Coroutines for Qt
libsqldb - Wrapper to different SQL backends
mqtt5 - A C++17 MQTT client based on Boost.Asio.
honeysql - Turn Clojure data structures into SQL
nativejson-benchmark - C/C++ JSON parser/generator benchmark
pggen - Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.