This mod does not replace EssentialMode, it offers instead a new way of connecting to MySQL, but it will never contain any gameplay logic. It will remain a simple wrapper around MySQL functions. All ...
mysql_asyncクレートからPool(接続プール)とRow(データベースの行を表す型)をインポートする。 use mysql_async::prelude::*; mysql_asyncクレートの補助的な機能(トレイトや拡張機能)を使えるようにする。 use serde_json::json; JSONデータを操作するために、serde_json ...
Install the content of this repository in the resources/mysql-async folder. Name of the folder matters, do not use a different name (otherwise you must have knowledge on how this works and make the ...