Grinnz / Mojo-SQLite

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite
https://metacpan.org/pod/Mojo::SQLite
Other
27 stars 12 forks source link

Option to prevent enabling WAL mode #11

Closed Grinnz closed 7 years ago

Grinnz commented 7 years ago

Provide an option to prevent setting journal_mode to WAL and synchronous to NORMAL on connect.

Grinnz commented 7 years ago

Implemented in 2.002