Driver Module

From: George Gelashvili <ggelashvili(at)pivotal(dot)io>
To: pgadmin-hackers(at)postgresql(dot)org, plumadmin(at)pivotal(dot)io
Subject: Driver Module
Date: 2017-01-06 19:07:57
Message-ID: CAHowoHbaKvtMXqDjFT_xQjqo3FFhVYb_nV1v1NR=HT0U+hTPmg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-01-08 09:57:31 Re: Driver Module
Previous Message Dave Page 2017-01-06 15:38:30 pgAdmin 4 commit: Improve query plan tooltip formatting.