You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Motivation
Some older operating system environments (such as Windows 7 or older versions) often cannot meet the dependencies required to connect to database session tools. Users can connect to databases using REST API, but REST API requires users to implement URL concatenation and processing themselves. This feature will provide an efficient REST API client implemented in C++, allowing users to embed REST API into their development environment just like using a session.
Solution
In this implementation, support will be provided for older versions of C++, such as C++98, to allow users to utilize it in a broader range of programming environments.
Alternatives
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Motivation
Some older operating system environments (such as Windows 7 or older versions) often cannot meet the dependencies required to connect to database session tools. Users can connect to databases using REST API, but REST API requires users to implement URL concatenation and processing themselves. This feature will provide an efficient REST API client implemented in C++, allowing users to embed REST API into their development environment just like using a session.
Solution
In this implementation, support will be provided for older versions of C++, such as C++98, to allow users to utilize it in a broader range of programming environments.
Alternatives
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: