fivem.server.db

..
OxMysql

Typed bindings to the oxmysql resource.

OxMysqlBridge

Internal Lua glue for calling into the oxmysql resource's exports. Not part of the public API — use OxMysql or OxMysqlConnection instead.

OxMysqlConnection

sys.db.Connection backed by oxmysql. Assign an instance of this to sys.db.Manager.cnx (from the record-macros haxelib, which reimplements Haxe's classic sys.db.Manager ORM for Haxe 4) to use it against oxmysql, or call request() directly for raw SQL. See docs/database.md.

OxMysqlResultSet

sys.db.ResultSet over an oxmysql reply.