IEvscConfig

interface IEvscConfig(source)

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.

See also

Inheritors

Properties

Link copied to clipboard

The connection config for the Exposed Database, used for SQL generation.

Link copied to clipboard

The connection config for the Vert.x SQL Client, used for reactive query execution.