Using the MySQL interface with Oxide?
i has writed a plugin to save some info in json,now i want to swich json to database.i only find one tutorial is this :https://umod.org/documentation/api/databasethis is my code:sqlLibrary = Interface.Oxide.GetLibrary();sqlConnection = sqlLibrary.OpenDb("TpHome", this);when i load my plugin,it not have any error.but it either cann't do anything.it doesn't creat any database.should i create database myslef?pls someone give me some tutorial link about how to use database api?
You have to launch your sql db on its own and then use Oxide methods to connect to it.