# File lib/dbd/sqlite3/database.rb, line 45
    def prepare(statement)
        DBI::DBD::SQLite3::Statement.new(statement, @db)
    end