# File lib/amalgalite/database.rb, line 517
    def pragma( cmd, &block )
      execute("PRAGMA #{cmd}", &block)
    end