'How to connect a MariaDB Driver (Node.JS or ASP.NET) to .net application?
My goal is to connect a MariaDB Driver with a .net application.
I've been told that MariaDB does not offer HTTP access to the database and to connect to mariaDB database I need to use a MariaDB compatible driver. I believe this is a list of such compatible drivers
The compatible driver can come in many languages, so I chose Node.JS and ASP.NET.
Now that I have a compatible driver (read/write), actually two functioning read and write MariadDB drivers I wrote in Node.JS and ASP.NET (MVC) web application, my question is:
How do I call a read and write methods from another .net software?
Thanks!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
