We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
export
1 parent 6288273 commit c3d228dCopy full SHA for c3d228d
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