2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00
Files
mysql/meta/libraries.json
Ruben Perez 86e0eacd6a SSL/TLS and row reading rework (v0.2.0)
* 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
2022-03-21 16:09:48 +01:00

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"
}