Skip to content

Commit a197a12

Browse files
docs: Change database from MySQL to PostgreSQL in README (#922)
1 parent 902302a commit a197a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/orders/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
| Language | Persistence |
44
| -------- | ----------- |
5-
| Java | MySQL |
5+
| Java | PostgreSQL |
66

7-
This service provides an API for storing orders. Data is stored in MySQL.
7+
This service provides an API for storing orders. Data is stored in PostgreSQL.
88

99
## Configuration
1010

0 commit comments

Comments
 (0)