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