# File lib/amalgalite/database.rb, line 194
    def escape( s )
      Amalgalite::SQLite3.escape( s )
    end