ConcurrentDB returns the concurrent app data.db builder instance. This method is used mainly internally for executing db read operations in a concurrent/non-blocking manner. Most users should use simply DB() as it will automatically route the query execution to ConcurrentDB() or NonconcurrentDB().
()
| 166 | // |
| 167 | // In a transaction the ConcurrentDB() and NonconcurrentDB() refer to the same *dbx.TX instance. |
| 168 | ConcurrentDB() dbx.Builder |
| 169 | |
| 170 | // NonconcurrentDB returns the nonconcurrent app data.db builder instance. |
| 171 | // |
no outgoing calls