mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-14 00:42:53 +00:00
* SSL/TLS rework * Unified connection object * New prepared_statement::execute interface * New resultset::read_one mechanic * Unified row object * null_t type * Travis to GitHub actions migration * Integration test rework
17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"key": "mysql",
|
|
"name": "MySQL",
|
|
"authors": [
|
|
"Rubén Pérez"
|
|
],
|
|
"description": "Async MySQL client",
|
|
"category": [
|
|
"Concurrent",
|
|
"IO"
|
|
],
|
|
"maintainers": [
|
|
"Rubén Pérez <rubenperez038@gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|