production/v2.0.0

> Database Intelligence

$parse--analyze--detect-cheats--frameworks=all

Enterprise-grade SQL analysis for RedM & FiveM servers. Intelligent player cataloging, wealth tracking, cheating detection, and comprehensive asset linking.

0
Detection Algorithms
0
Frameworks Supported
0+
Data Points Analyzed
0%
Read-Only Safe
sql-analyzer.exe

DROP DATABASE.SQL HERE

// supports .sql .txt|unlimited size|all frameworks

Core Engine

Everything a server admin needs

From horse inventory linking to anti-cheat forensics.

🧠

Multi-Model Parser

State-machine SQL tokenizer supports LXR-Core, RSG-Core, QBCore, OxCore, and VORP dumps β€” auto-detected.

🐎

Horse & Wagon Linking

SireVLC horse/wagon ownership resolved via license→player maps. Tack, stash, and carcass inventory included.

🏠

Full Asset Mapping

Houses, safe deposits, hunting wagons, backpacks, boss stashes β€” every storage container linked to its owner.

πŸ›‘οΈ

15 Detection Algorithms

Statistical outlier detection, round-amount flagging, inventory weight analysis, money item anomalies, circular transfers.

πŸ“Š

Economy Intelligence

Gini coefficient, wealth distribution, inflation indicators, top-10% vs bottom-50% analysis. Full forensic reports.

πŸ”

Item Forensics

Search any item across all players, all storage locations. Duplicate serial detection. Rare item flagging.

Framework Support

Auto-detect any framework

Drop a SQL dump from any supported framework. The parser identifies the schema automatically.

LXR-Core

Primary

RSG-Core

Primary

QBCore

Supported

OxCore

Supported

VORP

Supported

schema-discovery.sql
-- Auto-detected tables for asset linking
SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES
WHERE TABLE_NAME IN (
  'players',              -- Identity resolution
  'inventories',          -- 867 storage containers
  'sirevlc_horses_v3',   -- 402 horses (SireVLC)
  'sirevlc_wagons',      -- 101 wagons (SireVLC)
  'rex_huntingwagon',    -- Hunting wagon + carcasses
  'spooni_houses',       -- 132 properties
  'player_horses'        -- RSG-Core horses
);

Asset Intelligence

Every storage container. Every owner.

🐎

Horses

SireVLC + RSG-Core

516 inventories

πŸ›’

Wagons

SireVLC + Hunting

124 inventories

🏠

Houses

Spooni + Dodi

29 storage

πŸ”

Safe Deposits

Per-player per-town

148 linked

πŸŽ’

Backpacks

Personal carry

Per-player

πŸ‘”

Boss Stashes

Job/gang storage

12 stashes

πŸͺ

Owned Stores

Gunsmith, saloon

4 stores

🦌

Hunting Carcasses

rex_huntingwagon

Per-wagon

Ready to audit your server database?

Read-only. Client-side only. Your SQL never leaves your browser.

Upload SQL Dump