From 76030de3b8446fda7739e99887d3ed37289aa85a Mon Sep 17 00:00:00 2001 From: Leonid Stryzhevskyi Date: Tue, 26 Feb 2019 19:00:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2992bb7b..0ebc62de 100644 --- a/README.md +++ b/README.md @@ -178,3 +178,5 @@ Grab any project from [examples](https://github.com/oatpp/oatpp-examples), and f - [ApiClient-Demo](https://github.com/oatpp/example-api-client) - Example project of how-to use Retrofit-like client wrapper (ApiClient) and how it works. - [TLS-Libressl](https://github.com/oatpp/example-libressl) - Example project of how-to setup secure connection and serve via HTTPS. - [Consul](https://github.com/oatpp/example-consul) - Example project of how-to use oatpp::consul::Client. Integration with Consul. +- [PostgreSQL](https://github.com/oatpp/example-postgresql) - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles. +