We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3136621 commit bf1a63bCopy full SHA for bf1a63b
packages/common/src/client/AbstractPowerSyncDatabase.ts
@@ -673,7 +673,7 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
673
674
/**
675
* Execute a SQL write (INSERT/UPDATE/DELETE) query directly on the database without any PowerSync processing.
676
- * This bypasses certain PowerSync abstractions and is useful for direct database access.
+ * This bypasses certain PowerSync abstractions and is useful for accessing the raw database results.
677
*
678
* @param sql The SQL query to execute
679
* @param parameters Optional array of parameters to bind to the query
0 commit comments