MCPcopy Create free account
hub / github.com/TanStack/db / getExecuteMethod

Function getExecuteMethod

examples/react-native/shopping-list/src/db/collections.ts:51–53  ·  view source on GitHub ↗
(db: OpSQLiteDatabaseLike)

Source from the content-addressed store, hash-verified

49}
50
51function getExecuteMethod(db: OpSQLiteDatabaseLike) {
52 return db.executeAsync ?? db.execute ?? db.executeRaw ?? db.execAsync
53}
54
55function extractRows(result: unknown): Array<Record<string, unknown>> {
56 const fromRowsObject = (

Callers 1

executeSqlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected