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 724b6cd commit cefa5faCopy full SHA for cefa5fa
test/unit/persisters/sqlite.ts
@@ -50,7 +50,7 @@ type SqliteVariant<Database> = [
50
51
const escapeId = (str: string) => `"${str.replace(/"/g, '""')}"`;
52
53
-// Mock
+// Mock for PowerSync
54
type AbstractPowerSyncDatabase = {
55
execute(sql: string, args: any[]): Promise<QueryResult>;
56
close(): Promise<void>;
0 commit comments