Accessing Wix Database from External Application

Hi,
I’m trying to access my Wix database from my VB.net application to add data and query the database. Does anyone have information on what the connection strings or API are to interface with the Wix database from an external application? Everything I’ve found in the Wix documentation so far describes how to interface with an external database from the Wix site (opposite of what I’m trying to achieve). Any help is much appreciated.

Thank you!
Jim

Hello. Did you ever figure this out? I am faced with a similar problem.

The way go about this is opening up an API to your site from the wix-side using http-functions (so you would allow http-get, maybe put, etc) and then, from your VB.net application, call these functions using get, put, etc.
https://www.wix.com/corvid/reference/wix-http-functions.html