Connecting to pinecone.io Database (or other Vector DB)

Is there a way to connect Lucee 5.* to a pinecone.io database? I would think that there would be a JDBC driver, but I have found nothing on the Goog. Any help would be appreciated.

BTW, I see that they have a REST API. I really want to just be able to connect directly and use SQL.

try dropping their jdbc client jar GitHub - pinecone-io/pinecone-java-client: Pinecone.io Java Client (the all one) into your lib directory and add a jdbc connection other via the admin

Thanks, Zachkster!