mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-24 04:45:00 +00:00
Pass options from wrapper
This commit is contained in:
parent
f9f2535246
commit
2ffeb87c85
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ class Database {
|
|||
return simple
|
||||
? this.db.pragma(pragma, true)
|
||||
: this.db.pragma(pragma, false);
|
||||
? this.db.pragma(source, { simple: true })
|
||||
: this.db.pragma(source);
|
||||
}
|
||||
|
||||
backup(filename, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue