File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,6 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
49
49
<version >2.1.8</version >
50
50
</dependency >
51
51
52
- <!-- r2dbc-mysql -->
53
- <dependency >
54
- <groupId >com.github.jasync-sql</groupId >
55
- <artifactId >jasync-r2dbc-mysql</artifactId >
56
- <version >2.1.8</version >
57
- </dependency >
58
52
```
59
53
60
54
### Gradle
@@ -68,6 +62,13 @@ dependencies {
68
62
}
69
63
```
70
64
65
+ ### Additional Modules
66
+
67
+ - ` com.github.jasync-sql:jasync-r2dbc-mysql ` r2dbc extension.
68
+ - ` com.github.jasync-sql:postgis-jasync ` spatial types support for postgres + postgis.
69
+ - ` com.github.jasync-sql:pool-async ` async objects pool.
70
+ - ` com.github.jasync-sql:db-async-common ` internal module for shared logic.
71
+
71
72
## Overview
72
73
73
74
This project is a port of [ mauricio/postgresql-async] ( https://github.com/mauricio/postgresql-async ) to Kotlin.
You can’t perform that action at this time.
0 commit comments