Structure
SQLiteConnectionSource
A
ConnectionPoolSource providing SQLite database connections for a given SQLiteConfiguration.struct SQLiteConnectionSource
Topics
Initializers
init(configuration: SQLiteConfiguration, threadPool: NIOThreadPool)Create a newSQLiteConnectionSource.
Instance Methods
func makeConnection(logger: Logger, on: any EventLoop) -> EventLoopFuture<SQLiteConnection>Creates a new connection.
Relationships
Conforms To
AsyncKit.ConnectionPoolSourceSwift.SendableSwift.SendableMetatype