--------------------------------------------------------------- DB methods --------------------------------------------------------------- DB returns the default app data.db builder instance. To minimize SQLITE_BUSY errors, it automatically routes the SELECT queries to the underlying concurrent db
()
| 155 | // For more finer control over the used connections pools you can |
| 156 | // call directly ConcurrentDB() or NonconcurrentDB(). |
| 157 | DB() dbx.Builder |
| 158 | |
| 159 | // ConcurrentDB returns the concurrent app data.db builder instance. |
| 160 | // |
no outgoing calls