Asynchronicity for database connections has been moved from the EntityCache to the DatabaseAccessor layer so that accessors can either be synchronous or asynchronous (and based on SwiftNIO). Swift NIO for synchronous accessors won't help much since their db connections would still consume a thread. Thus, this feature is no longer relevant.
Asynchronicity for database connections has been moved from the EntityCache to the DatabaseAccessor layer so that accessors can either be synchronous or asynchronous (and based on SwiftNIO). Swift NIO for synchronous accessors won't help much since their db connections would still consume a thread. Thus, this feature is no longer relevant.