8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d7c42 commit e1262daCopy full SHA for e1262da
README.md
@@ -41,11 +41,19 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
41
<artifactId>jasync-mysql</artifactId>
42
<version>2.1.7</version>
43
</dependency>
44
+
45
<!-- postgresql -->
46
<dependency>
- <groupId>com.github.jasync-sql</groupId>
47
- <artifactId>jasync-postgresql</artifactId>
48
- <version>2.1.7</version>
+ <groupId>com.github.jasync-sql</groupId>
+ <artifactId>jasync-postgresql</artifactId>
49
+ <version>2.1.7</version>
50
+</dependency>
51
52
+<!-- r2dbc-mysql -->
53
+<dependency>
54
55
+ <artifactId>jasync-r2dbc-mysql</artifactId>
56
57
58
```
59
0 commit comments