marsbergen / vertx-mysql-postgresql-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vert.x MySQL PostgreSQL client

Build Status

This Vert.x client uses the Mauricio Linhares driver to support a fully async client for MySQL and PostgreSQL.

Please see the in source asciidoc documentation or the main documentation on the web-site for a full description:

Requirements for running test suite

  • A working PostgreSQL or MySQL server

  • For testing PostgreSQL: A testdb database on a local PostgreSQL install and a user called vertx with password password

  • For testing MySQL: A testdb database on a local MySQL install and a user called vertx with password password

About

License:Apache License 2.0


Languages

Language:Java 36.3%Language:Scala 32.8%Language:JavaScript 14.2%Language:Groovy 9.0%Language:Ruby 7.7%