Method: Sequel::SQLite::DatabaseMethods#synchronous

Defined in:
lib/sequel_core/adapters/shared/sqlite.rb

#synchronousObject

A symbol signifying the value of the synchronous PRAGMA.



57
58
59
# File 'lib/sequel_core/adapters/shared/sqlite.rb', line 57

def synchronous
  SYNCHRONOUS[pragma_get(:synchronous).to_s]
end