IEvscConfig
Note that this API is experimental and subject to change.
Interface for Exposed Vert.x SQL Client configuration that holds connection configs for both Exposed (JDBC-based, for SQL generation) and Vert.x SQL Client (for reactive query execution).
This allows using different connection types for each: for example, using a socket connection for Exposed while using a Unix domain socket for Vert.x SQL Client for better performance on Linux.