type Options struct {
ReadOnly bool// JournalMode, when set, is the journal mode the database is normalized to// (e.g. JournalModeDelete). When empty the database keeps its own mode, so a// live database's WAL header is never silently rewritten.
JournalMode string
}