Back to Pocketbase

Function auxDB

static/jsvm/functions/_app.auxDB.html

latest694 B
Original Source

Function auxDB

AuxDB returns the app auxiliary.db builder instance.

To minimize SQLITE_BUSY errors, it automatically routes the SELECT queries to the underlying concurrent db pool and everything else to the nonconcurrent one.

For more finer control over the used connections pools you can call directly AuxConcurrentDB() or AuxNonconcurrentDB().

Returns Builder

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc