Skip to content

Commit 363d947

Browse files
committed
update to readme
1 parent 00b519b commit 363d947

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v1.3.0 - (2025-01-01)
4+
5+
- MariaDB support
6+
- PostgreSQL support
7+
38
## v1.2.0 - (2024-12-31)
49

510
- Run now button in the UI

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Secondary goal is to support [Poor mans Workflow](https://github.com/sterlp/pmw)
1717
- PostgreSQL
1818
- MariaDB
1919

20+
![History](screenshots/supported-dbs.png)
21+
2022
## Supported in theory
2123

2224
- MSSQL, as azure-sql-edge is tested

core/src/test/resources/application-mysql.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ spring:
77
hikari:
88
maximum-pool-size: 100
99
jpa:
10+
properties:
11+
hibernate:
12+
dialect: org.hibernate.dialect.MySQLDialect
1013
hibernate:
11-
ddl-auto: none
14+
ddl-auto: create

screenshots/supported-dbs.png

43 KB
Loading

0 commit comments

Comments
 (0)