Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 540 Bytes

README.adoc

File metadata and controls

15 lines (9 loc) · 540 Bytes

Mongo Client

Build Status

An asynchronous client for interacting with a MongoDB database

Please see the main documentation on the web-site for a full description:

The following docker CLI can be used for running mongo tests:

docker run --rm --name vertx-mongo -p 27017:27017 mongo