WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.37k stars 394 forks source link

Enable `SQLITE_FCNTL_PERSIST_WAL` #1029

Closed onionhammer closed 1 year ago

onionhammer commented 1 year ago

Is setting SQLITE_FCNTL_PERSIST_WAL possible?

https://www.sqlite.org/c3ref/c_fcntl_chunk_size.html#sqlitefcntlpersistwal

neoxpert commented 1 year ago

As this is a compile time option, setting this option is only possible with a custom build as described here.