JDBC and Windows

Is there a JDBC driver for windows that I can use to make calls to TG? I want to test making a call to TG from a c# console app but I’m finding very little info about JDBC and .net.

I see there’s a drive listed at:

but it doesn’t look like something I can use.

Thanks.

There might be someone besides me that can provide more information on JDBC than me. I will say TigerGraph has very robust REST endpoints. If you know how to call endpoints you can basically do anything.

I’ve been working on creating an OPEN API type of API document https://documenter.getpostman.com/view/10822498/SzYW2zYK

You can toggle the language on the top to get code samples on how to call TG in 25 languages

The JDBC driver is supposed to be platform independent and should be able to work on windows.

Please give it a shot, and let me know if there’s any issue. I can fix it for you.