Skip to content

Commit 520bff4

Browse files
committed
add remoteEncryptionKey to params
1 parent 019a073 commit 520bff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ export const openSync = (params: {
666666
libsqlSyncInterval?: number;
667667
libsqlOffline?: boolean;
668668
encryptionKey?: string;
669+
remoteEncryptionKey?: string;
669670
}): DB => {
670671
if (!isLibsql()) {
671672
throw new Error('This function is only available for libsql');

0 commit comments

Comments
 (0)