MCPcopy Index your code
hub / github.com/appwrite/sdk-for-react-native / TablesDB

Interface TablesDB

src/channel.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3interface Collection { _coll: any }
4interface Document { _doc: any }
5interface TablesDB { _tdb: any }
6interface Table { _tbl: any }
7interface Row { _row: any }
8interface Bucket { _bkt: any }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected