Skip to content

Commit bf1a63b

Browse files
authored
Update packages/common/src/client/AbstractPowerSyncDatabase.ts
1 parent 3136621 commit bf1a63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/client/AbstractPowerSyncDatabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
673673

674674
/**
675675
* 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.
676+
* This bypasses certain PowerSync abstractions and is useful for accessing the raw database results.
677677
*
678678
* @param sql The SQL query to execute
679679
* @param parameters Optional array of parameters to bind to the query

0 commit comments

Comments
 (0)