Extended Structure
DatabaseConfigurationFactory
extension DatabaseConfigurationFactory
Topics
Type Methods
static func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount) -> DatabaseConfigurationFactorystatic func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, dataDecoder: SQLiteDataDecoder) -> DatabaseConfigurationFactorystatic func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, dataDecoder: SQLiteDataDecoder, sqlLogLevel: Logger.Level?) -> DatabaseConfigurationFactorystatic func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, dataEncoder: SQLiteDataEncoder) -> DatabaseConfigurationFactorystatic func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, dataEncoder: SQLiteDataEncoder, dataDecoder: SQLiteDataDecoder) -> DatabaseConfigurationFactorystatic func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, dataEncoder: SQLiteDataEncoder, dataDecoder: SQLiteDataDecoder, sqlLogLevel: Logger.Level?) -> DatabaseConfigurationFactoryReturn a configuration factory using the provided parameters.static func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, dataEncoder: SQLiteDataEncoder, sqlLogLevel: Logger.Level?) -> DatabaseConfigurationFactorystatic func sqlite(SQLiteConfiguration, maxConnectionsPerEventLoop: Int, connectionPoolTimeout: TimeAmount, sqlLogLevel: Logger.Level?) -> DatabaseConfigurationFactory