| mysql | qcoro | |
|---|---|---|
| 7 | 6 | |
| 296 | 572 | |
| -0.7% | 0.9% | |
| 5.3 | 7.5 | |
| 5 days ago | 19 days ago | |
| C++ | C++ | |
| gtkbook License | MIT 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.
qcoro
Posts with mentions or reviews of qcoro.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-02-25.
- Asynchronous Clean-Up (in Rust)
-
Is anyone using coroutines seriously?
Yes, with boost.asio and with a self written Qt Networking Coroutine Library like QCoro.
-
Qt Creator 10 Released
You're not completely wrong, but I think this overstating things by a lot. I'll grant you the containers for example, but you can generally use STL algorithms with them. And plenty of old ways of doing things have left modern Qt-based codebases and moved to more modern ways of doing things, including a fair amount of moc macro usage (and yes, you can remove the moc these days, but it has different perf characteristics - cf. the verdigris project).
The community around Qt is pretty active at adopting modern C++, e.g. imho https://github.com/danvratil/qcoro is leading work.
-
C++20 coroutines explained simply
I though that with the meager support for coroutines that C++ 20 has, it would take ages till I could use that in Qt, but I discovered that it's actually quite nice with QCoro, which is a 3rd part library that is able to leverage coroutines in Qt's event loop with just an add on. I thought it would require extra facilities in the language/library, plus some large patch to Qt to have the first support of them.
-
What is the standard for writing network & database code in C++?
If you want to use coroutines with Qt, QCoro yends to work well: https://qcoro.dvratil.cz/
-
Support for co_await in Qt?
Have a look at https://github.com/danvratil/qcoro
What are some alternatives?
When comparing mysql and qcoro you can also consider the following projects:
sqlpp11 - A type safe SQL template library for C++
corobase - Coroutine-Oriented Main-Memory Database Engine (VLDB 2021)
nativejson-benchmark - C/C++ JSON parser/generator benchmark
rcoro - Custom macro coroutines: copyable, serializable, and with reflection
binary_io - A binary i/o library for C++, without the agonizing pain
LibreMines - A Free/Libre and Open Source Software Qt based Minesweeper game available for GNU/Linux, FreeBSD, MacOS and Windows systems.