Extended Structure
DatabaseConfigurationFactory
extension DatabaseConfigurationFactory
Topics
Type Methods
mysql(configuration:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:decoder:sqlLogLevel:)Create a database configuration factory for connecting to a server with a givenMySQLConfiguration.mysql(configuration:maxConnectionsPerEventLoop:connectionPoolTimeout:pruneInterval:maxIdleTimeBeforePruning:encoder:decoder:sqlLogLevel:)Create a database configuration factory for connecting to a server with a givenMySQLConfiguration.mysql(hostname:port:username:password:database:tlsConfiguration:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:decoder:sqlLogLevel:)Create a database configuration factory for connecting to a server with a hostname and optional port.mysql(hostname:port:username:password:database:tlsConfiguration:maxConnectionsPerEventLoop:connectionPoolTimeout:pruneInterval:maxIdleTimeBeforePruning:encoder:decoder:sqlLogLevel:)Create a database configuration factory for connecting to a server with a hostname and optional port.mysql(unixDomainSocketPath:username:password:database:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:decoder:sqlLogLevel:)Create a database configuration factory for connecting to a server through a UNIX domain socket.mysql(unixDomainSocketPath:username:password:database:maxConnectionsPerEventLoop:connectionPoolTimeout:pruneInterval:maxIdleTimeBeforePruning:encoder:decoder:sqlLogLevel:)Create a database configuration factory for connecting to a server through a UNIX domain socket.mysql(url:maxConnectionsPerEventLoop:connectionPoolTimeout:encoder:decoder:sqlLogLevel:)Create a database configuration factory from an appropriately formatted URL string.mysql(url:maxConnectionsPerEventLoop:connectionPoolTimeout:pruneInterval:maxIdleTimeBeforePruning:encoder:decoder:sqlLogLevel:)Create a database configuration factory from an appropriately formatted URL string.