You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,10 @@ More about Oat++:
39
39
-[Consul](https://github.com/oatpp/example-consul) - Example project of how-to use oatpp::consul::Client. Integration with Consul.
40
40
-[Microservices](https://github.com/oatpp/example-microservices) - Example project on how to build microservices with Oat++,
41
41
and example on how to consolidate those microservices using [monolithization](https://oatpp.io/docs/monolithization/) technique.
42
+
43
+
### Databases
44
+
45
+
-[MongoDB](https://github.com/oatpp/example-mongodb) - Example project how to work with MongoDB using [oatpp-mongo](https://github.com/oatpp/oatpp-mongo) mondule.
46
+
Project is a web-service with basic CRUD and Swagger-UI.
47
+
-[PostgreSQL](https://github.com/oatpp/example-postgresql) - Example of a production grade entity service storing information in PostgreSQL. With Swagger-UI and configuration profiles.
0 commit comments