Skip to content

flurfis/PSQLClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PSQLClient

A simple Client that offers several connection options (not very pretty or tidy).

The packet testConnection offers two connections (both via a PostgreSQL JDBC driver) with two different ports. One is intended to connect to a native PostgreSQL database (port 5443), and the other is intended to connect to Polypheny (port 5444). There are also some options for some basic concurrency tests (also intended for Polypheny).

The packet Evaluation offers three connections. Two via the PostgreSQL JDBC driver (Polypheny and PostgreSQL, same ports) and one via the Polypheny JDBC driver. Three query types are executed and the time measured and written to a file.

About

Connects either to Postgresql or Polypheny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages