# File lib/sqlite3/pragmas.rb, line 184
    def synchronous
      get_enum_pragma "synchronous"
    end