Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/appwrite/sdk-for-react-native
/ Database
Interface
Database
src/channel.ts:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
Root {}
2
interface
Database { _db: any }
3
interface
Collection { _coll: any }
4
interface
Document { _doc: any }
5
interface
TablesDB { _tdb: any }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected