neallester / danake-sw

A persistence framework in Swift.
MIT License
3 stars 0 forks source link

Migrate to SwiftNIO #9

Closed neallester closed 5 years ago

neallester commented 5 years ago

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.