MCPcopy Create free account
hub / github.com/apitable/apitable / getDatabase

Method getDatabase

packages/core/src/databus/databus.ts:55–57  ·  view source on GitHub ↗

* Get the database of a DataBus instance. * * Currently, only one database exists for a DataBus instance. In the future, there may be multiple databases * for a DataBus instance. And the use cases are: * * - For front end, there is only one user, so one database suffice. * - For ba

()

Source from the content-addressed store, hash-verified

53 * - For back end, the server creates many databases, one database corresponds to one user respectively.
54 */
55 public getDatabase(): Database {
56 return this._database;
57 }
58}
59
60/**

Callers 12

createMethod · 0.95
record.test.tsFile · 0.80
field.test.tsFile · 0.80
databus.test.tsFile · 0.80
dashboard.test.tsFile · 0.80
view.test.tsFile · 0.80
database.test.tsFile · 0.80
datasheet.test.tsFile · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
createDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected