|
1 | 1 | # userver [<img src="./scripts/docs/img/logo.svg" align='right' width="10%">](https://userver.tech/) |
2 | 2 |
|
3 | | -| Service Templates | Develop / Green Trunk | v2.0 | v1.0 | |
4 | | -|-------------------|------------------------|------|------| |
5 | | -| Core: | [ ](https://github.com/userver-framework/service_template/) | [[➚]](https://github.com/userver-framework/service_template/tree/v2.0) | [[➚]](https://github.com/userver-framework/service_template/tree/v1.0.0) | |
6 | | -| PostgreSQL: | [ ](https://github.com/userver-framework/pg_service_template/) | [[➚]](https://github.com/userver-framework/pg_service_template/tree/v2.0) | [[➚]](https://github.com/userver-framework/pg_service_template/tree/v1.0.0) | |
7 | | -| gRPC+PostgreSQL: | [ ](https://github.com/userver-framework/pg_grpc_service_template)| [[➚]](https://github.com/userver-framework/pg_grpc_service_template/tree/v2.0) | [[➚]](https://github.com/userver-framework/pg_grpc_service_template/tree/v1.0.0) | |
8 | | -| gRPC+Mongo: | [ ](https://github.com/userver-framework/mongo_grpc_service_template)| — | — | |
| 3 | +[](https://github.com/userver-framework/userver/actions/workflows/ci.yml) |
| 4 | +[](https://github.com/userver-framework/userver/actions/workflows/macos.yml) |
| 5 | +[](https://github.com/userver-framework/userver/actions/workflows/alpine.yml) |
| 6 | +[](https://github.com/userver-framework/userver/actions/workflows/docker.yaml) |
| 7 | +[](https://github.com/userver-framework/userver/actions/workflows/ci-conan.yml) |
| 8 | +[](https://github.com/userver-framework/userver/actions/workflows/codeql-analysis.yml) |
| 9 | + |
| 10 | +[](https://github.com/userver-framework/userver/actions/workflows/publish-ubuntu-24.04-images.yaml) |
| 11 | +[](https://github.com/userver-framework/userver/actions/workflows/publish-ubuntu-22.04-images.yaml) |
9 | 12 |
|
10 | 13 | **userver** is an open source asynchronous framework with a rich set of abstractions |
11 | 14 | for fast and comfortable creation of C++ microservices, services and utilities. |
@@ -56,7 +59,7 @@ You can learn more about history and key features of userver from our |
56 | 59 | ## Other Features |
57 | 60 |
|
58 | 61 | * Efficient asynchronous drivers for databases (MongoDB, PostgreSQL, Valkey, |
59 | | - Redis, ClickHouse, MySQL/MariaDB, YDB ...) and data transfer protocols |
| 62 | + Redis, ClickHouse, MySQL/MariaDB, YDB, SQLite ...) and data transfer protocols |
60 | 63 | (HTTP/{1.1, 2.0}, gRPC, AMQP 0-9-1, Kafka, TCP, TLS, |
61 | 64 | WebSocket ...), tasks construction and cancellation. |
62 | 65 | * Rich set of high-level components for caches, tasks, distributed locking, |
|
0 commit comments