Not completely sure about the difference between the two Postgres connectors. Adding a short explanation on the connector hub page would be helpful! Oracle as well.
Thanks for this, @olmo!
You’re right, we should be clearer here. To be clear about the differences:
haura/postgres-promptql
is recommended for PromptQL use cases.- Under the hood, it uses a JDBC URL (opposed to a Postgres connection string) and a JVM-style connector.
- This connector typically has better performance and supports SQL pushdown for more efficient queries.
I’ll get with the team so we can add some clearer differentiation in the hub