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.
remoteEncryptionKey
1 parent 019a073 commit 3edd1b7Copy full SHA for 3edd1b7
example/package.json
@@ -63,7 +63,7 @@
63
"node": ">=18"
64
},
65
"op-sqlite": {
66
- "libsql": false,
+ "libsql": true,
67
"sqlcipher": false,
68
"iosSqlite": false,
69
"fts5": true,
@@ -76,4 +76,4 @@
76
"porter"
77
]
78
}
79
-}
+}
src/index.ts
@@ -666,6 +666,7 @@ export const openSync = (params: {
666
libsqlSyncInterval?: number;
667
libsqlOffline?: boolean;
668
encryptionKey?: string;
669
+ remoteEncryptionKey?: string;
670
}): DB => {
671
if (!isLibsql()) {
672
throw new Error('This function is only available for libsql');
0 commit comments