Note:
- Check your config test/deploy on
/configs/config.jsonaddress and port listeners - By default it will run at
http://127.0.0.1:8000
Prerequisite:
drogonframework >= 1.7.4C++20 compiler supportdb_clientsmight need to re-adjust
Cmake build args help:
- GNU\Linux
# inside /build directory
cmake -DCMAKE_CXX_FLAGS="-std=c++20 -fcoroutines" .. && cmake --build .- Windows
# inside /build directory
cmake -DCMAKE_CXX_FLAGS="/std:c++latest" .. && cmake --build .might require "/EHsc /EHa" exception handling syncrounus or asyncrounus for Windows build
Database tables:
- Exported data tables are under
/modelsdirectory, you can import it for example
import *.csv
