NonconcurrentDB returns the nonconcurrent app data.db builder instance. The returned db instance is limited only to a single open connection, meaning that it can process only 1 db operation at a time (other queries queue up). This method is used mainly internally and in the tests to execute write
()
| 180 | // |
| 181 | // In a transaction the ConcurrentDB() and NonconcurrentDB() refer to the same *dbx.TX instance. |
| 182 | NonconcurrentDB() dbx.Builder |
| 183 | |
| 184 | // AuxDB returns the app auxiliary.db builder instance. |
| 185 | // |
no outgoing calls