new db interface

This commit is contained in:
2025-10-23 21:28:52 +02:00
parent 89e3b95ca2
commit dd56a8d57e
8 changed files with 24936 additions and 58 deletions

View File

@@ -109,9 +109,6 @@ void initApi(crow::SimpleApp& app)
return crow::response{html.str()};
}));
if(!shadowrun::initDb()){
CROW_LOG_ERROR << "Failed to Init shadowrun database";
}
}
}