Skip to content

AlmazKo/vertx-mysql-postgresql-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Support new version drivers & vertx-core

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 36.3%
  • Scala 32.9%
  • JavaScript 14.2%
  • Groovy 9.0%
  • Ruby 7.6%