OxMySQL SQL integration for FiveM using OxMySQL (replacement for mysql-async / ghmattimysql). Server-side only. Use MariaDB over MySQL 8 for compatibility. When to use - User asks for database queries, inserts, updates, or SQL in a FiveM resource. - Editing or writing code that uses or . - Designing tables, upserts, or transactions. Setup - Lua: in fxmanifest (above other scripts). Rules Read the rule that matches what you're doing: - rules/placeholders.md — Safe parameters ( placeholders), avoid SQL injection. - rules/query.md — / : SELECT returns rows; other statements return insertId/affec…