Skip to content

Commit ef6cd42

Browse files
committed
feat docs: minor fixes and polishings
Tests: протестировано CI
1 parent 955db15 commit ef6cd42

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ or [Habr](https://habr.com/post/674902) (Russian).
3535
3636
## Other Features
3737
38-
* Efficient asynchronous drivers for databases (MongoDB, PostgreSQL, Redis, ClickHouse, ...)
39-
and data transfer protocols (HTTP, GRPC, AMQP 0-9-1 (EXPERIMENTAL), TCP, ...), tasks construction and
38+
* Efficient asynchronous drivers for databases (MongoDB, PostgreSQL, Redis,
39+
ClickHouse, MySQL/MariaDB (experimental) ...) and data transfer protocols
40+
(HTTP, GRPC, AMQP 0-9-1 (experimental), TCP, TLS ...), tasks construction and
4041
cancellation.
4142
* Rich set of high-level components for caches, tasks, distributed locking,
4243
logging, tracing, statistics, metrics, JSON/YAML/BSON.

scripts/docs/doxygen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ EXCLUDE_SYMBOLS = impl detail
851851
# that contain example code fragments that are included (see the \include
852852
# command).
853853

854-
EXAMPLE_PATH = shared/src core/src core/testing/src core/functional_tests mongo/src mongo/functional_tests postgresql/src postgresql/functional_tests redis/src redis/functional_tests grpc/src clickhouse/src clickhouse/functional_tests rabbitmq/src mysql/src samples cmake testsuite
854+
EXAMPLE_PATH = shared/src core/src core/testing/src core/functional_tests mongo/src mongo/functional_tests postgresql/src postgresql/functional_tests redis/src redis/functional_tests grpc/src grpc/functional_tests clickhouse/src clickhouse/functional_tests rabbitmq/src rabbitmq/functional_tests mysql/src mysql/functional_tests samples cmake testsuite
855855

856856
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
857857
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and

scripts/docs/en/userver/framework_comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use ❌ and ❓ respectively.
3333
| Async Redis | ✔️ @ref md_en_userver_redis "[]" | ± third-party driver | ✔️ [[]][dapr-redis] | ± third-party libs | ✔️ [[]][drog-redis] |
3434
| Async Mongo | ✔️ @ref md_en_userver_mongodb "[]" | ± third-party driver | ✔️ [[]][dapr-mongo] |[manual offloading][acti-db] |[[]][drog-db] |
3535
| Async ClickHouse | ✔️ @ref clickhouse_driver "[]" | ± third-party driver || ± third-party libs |[[]][drog-db] |
36-
| Async MySQL | | ± third-party driver | ✔️ [[]][dapr-mysql] |[[]][acti-db] | ✔️ [[]][drog-db] |
36+
| Async MySQL | ✔️ @ref mysql_driver | ± third-party driver | ✔️ [[]][dapr-mysql] |[[]][acti-db] | ✔️ [[]][drog-db] |
3737
| Metrics | ✔️ @ref md_en_userver_service_monitor "[]" | ± third-party driver | ✔️ [[]][dapr-configs] |||
3838
| No args evaluation for disabled logs | ✔️ @ref md_en_userver_logging "[]" ||| ± third-party libs ||
3939
| Secrets Management | ± @ref storages::secdist::SecdistConfig "[]" || ✔️ |||

0 commit comments

Comments
 (0)