Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for selecting journal mode (#137)
Supporting `WAL` mode is good, however if we add support for that, we should also add supoport for other journaling types as well. This PR adds a `SQLITE_JOURNAL_MODE` constant, and if it has one of the valid & supported values, then we make the query to set the `journal_mode` in the DB. Props @soulteary 👍
- Loading branch information