MCPcopy
hub / github.com/pocketbase/pocketbase / AuxNonconcurrentDB

Method AuxNonconcurrentDB

core/app.go:217–217  ·  view source on GitHub ↗

AuxNonconcurrentDB returns the nonconcurrent app auxiliary.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 execut

()

Source from the content-addressed store, hash-verified

215 //
216 // In a transaction the AuxConcurrentDB() and AuxNonconcurrentDB() refer to the same *dbx.TX instance.
217 AuxNonconcurrentDB() dbx.Builder
218
219 // HasTable checks if a table (or view) with the provided name exists (case insensitive).
220 // in the data.db.

Callers 6

initLoggerMethod · 0.65
deleteMethod · 0.65
createMethod · 0.65
updateMethod · 0.65
TestAuxVacuumFunction · 0.65

Calls

no outgoing calls

Tested by 2

TestAuxVacuumFunction · 0.52