SqliteOptions.readOnly constructor
Opens an existing native file without changing its journal mode.
Implementation
const SqliteOptions.readOnly(
this.path, {
this.busyTimeout = const Duration(seconds: 5),
}) : name = null,
journal = null,
readOnly = true,
web = const SqliteWebOptions();