SqfliteDatabaseExt extension

Set the journal mode

on

Methods

setJournalMode(String journalMode) Future<void>

Available on Database, provided by the SqfliteDatabaseExt extension

On android, the recommended way is to set the journal mode in the manifest. if not setting the journal mode using execute will fail so rawQuery should be used instead, so this helper hides the issue.