We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e924b3 commit 2362c28Copy full SHA for 2362c28
Sources/FluentSQLiteDriver/FluentSQLiteDriver.swift
@@ -27,7 +27,7 @@ struct FluentSQLiteDriver: DatabaseDriver {
27
}
28
29
func shutdown() {
30
- self.pool.shutdown()
+ try? self.pool.syncShutdownGracefully()
31
32
33
0 commit comments