# File lib/sqlite/database.rb, line 148
    def close
      SQLite::API.close( @handle )
      @closed = true
    end