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.
export
1 parent 2a9a801 commit 7c7be3eCopy full SHA for 7c7be3e
src/api.js
@@ -1075,7 +1075,9 @@ Module["onRuntimeInitialized"] = function onRuntimeInitialized() {
1075
return new StatementIterator(sql, this);
1076
};
1077
1078
- /** Exports the contents of the database to a binary array
+ /** Exports the contents of the database to a binary array. This
1079
+ * operation will close and re-open the database which will cause
1080
+ * any pragmas to be set back to their default values.
1081
@return {Uint8Array} An array of bytes of the SQLite3 database file
1082
*/
1083
Database.prototype["export"] = function exportDatabase() {
0 commit comments