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 fed4f36 commit 59130aeCopy full SHA for 59130ae
README.md
@@ -5,11 +5,13 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers
5
## Requirements
6
7
* Vert.x 2.0+
8
-* Current mod-lang-scala commit (https://github.com/vert-x/mod-lang-scala/tree/b3918f28ef50de33102a0453475e8c9d9b760526)
+* A working PostgreSQL or MySQL server
9
+* For testing PostgreSQL: A 'testdb' database on a local PostgreSQL install and a user called 'vertx'
10
+* For testing MySQL: A 'testdb' database on a local MySQL install and a user called 'root'
11
12
## Installation
13
-`vertx install io.vertx.mod-mysql-postgresql`
14
+`vertx install io.vertx~mysql-postgresql~0.1.0-SNAPSHOT`
15
16
## Configuration
17
0 commit comments