8000 update modules in readme · jasync-sql/jasync-sql@b6f3c27 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6f3c27

Browse files
committed
update modules in readme
1 parent c088d9f commit b6f3c27

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
4949
<version>2.1.8</version>
5050
</dependency>
5151

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>
5852
```
5953

6054
### Gradle
@@ -68,6 +62,13 @@ dependencies {
6862
}
6963
```
7064

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+
7172
## Overview
7273

7374
This project is a port of [mauricio/postgresql-async](https://github.com/mauricio/postgresql-async) to Kotlin.

0 commit comments

Comments
 (0)
0