соединение с базой!

This commit is contained in:
Антон
2025-08-24 21:20:42 +03:00
parent 2e830544b1
commit 8cb1023d68
-2
View File
@@ -15,8 +15,6 @@ void SetMySqlSession(mysqlx::Session* ptr)
mysqlx::Session& GetMySqlSession()
{
mysqlx::Schema schema = mysql_session->getSchema("up_and_down"s);
return *mysql_session;
}
}