Another data point: some people want to access several databases simultaneously: Multiple Databases Simultaneously
Current GRDB implementation allows this by maintaining a list of valid database handles in a DispatchQueue specific. Local task values are the new way to do it.
1 Like