Can someone confirm that OXIDE doesn't have their own API for these, but rather I can do it with normal means for C#.
Solved MySQL and I/O APIs available?
Discussion in 'Rust Development' started by Fultrim, Aug 4, 2015.
-
Wulf Community Admin
Oxide provides MySQL through an extension, as well as limited I/O via its datafile and config system.
http://oxidemod.org/extensions/mysql-extension.901/
http://docs.oxidemod.org/rust/#configurations
http://docs.oxidemod.org/rust/#storing-data -
thanks.