Reputation: 1948
Is there a way to connect to a Vertica database with PHP -- a function similar to mysql_connect()?
I'm ultimately trying to write a script that pulls data from a Vertica database and stores it in a localhost MySQL database.
If necessary, I would be willing to work with Python to make this happen.
Upvotes: 2
Views: 3895
Reputation: 14135
Also you can use a Postgres
client libraries to connect to Vertica instance.
Upvotes: 2