[pgadmin-hackers] Driver Module - Mailing list pgadmin-hackers

From George Gelashvili
Subject [pgadmin-hackers] Driver Module
Date
Msg-id CAHowoHbaKvtMXqDjFT_xQjqo3FFhVYb_nV1v1NR=HT0U+hTPmg@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] Driver Module  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi there,

We are working on connecting Greenplum to pgAdmin4. Currently we are exploring how modules work in pgAdmin. In an earlier off-thread email it was suggested we look at "the EDB PPAS" as an example of a driver class. We are not entirely clear on what that means.

We found:
- the BaseDriver in web/pgadmin/utils/driver, documented: https://www.pgadmin.org/docs4/1.x/code_snippets.html?highlight=driver#basedriver
- things that look EDB-related in web/pgadmin/utils/driver/psycopg2/__init__.py

Is it a good idea to keep looking for EDB PPAS as an example of a driver?
Does anyone know exactly where it lives?

Thanks!
George & Rob

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Improve query plan tooltip formatting.
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Driver Module