Hi there! Does anyone know if there’s a C++ client that is provided by the MemSQL team to connect to MemSQL?
If there aren’t any, how can our organization start developing and open-sourcing it for the public use?
Hi there! Does anyone know if there’s a C++ client that is provided by the MemSQL team to connect to MemSQL?
If there aren’t any, how can our organization start developing and open-sourcing it for the public use?
Searching on docs.memsql.com for “C++” lands us on Client and Driver Downloads · SingleStore Documentation which lists MariaDB Connector for use in C++.
Thank you. Appreciate it.