Skip to content

Commit 59130ae

Browse files
committed
updated installation information and requirements
1 parent fed4f36 commit 59130ae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ This Vert.x module uses the https://github.com/mauricio/postgresql-async drivers
55
## Requirements
66

77
* Vert.x 2.0+
8-
* Current mod-lang-scala commit (https://github.com/vert-x/mod-lang-scala/tree/b3918f28ef50de33102a0453475e8c9d9b760526)
8+
* 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'
911

1012
## Installation
1113

12-
`vertx install io.vertx.mod-mysql-postgresql`
14+
`vertx install io.vertx~mysql-postgresql~0.1.0-SNAPSHOT`
1315

1416
## Configuration
1517

0 commit comments

Comments
 (0)