drogonframework / drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
MIT License
11.44k stars 1.1k forks source link

Scylla DB Integration Documentation #1815

Closed oDinZu closed 11 months ago

oDinZu commented 11 months ago

Hi :wave:, I am seeking to integrate the Scylla NoSql DB with Drogon web server. Do I need to do anything special with Drogon?

The documentation doesn't include the Scylla database and from the looks of it, Drogon needs to know about Scylla before installing Drogon.

Maybe I am able to make use of Scylla DB with Drogon or maybe I need to wait for a feature request to enable Scylla DB to work with Drogon?

I should be able to simply #include the C++ library, but ain't certain if it will be that simple.

An asynchronous web server needs an asynchronous database with asynchronous hardware.

dgofactory commented 11 months ago

There is a Scylla C++ driver that supports the async feature, it's all that you need, I may be wrong but I think this is not related to drogon. Scylla C++ Driver

oDinZu commented 11 months ago

Thank you @dgofactory

I asked the question about Scylla, because Drogon has documentation for other DB's within their documentation.