ItemsDB
Database-backed item registry for ox_inventory.
ItemsDB layers a MySQL-backed item registry on top of ox_inventory, giving you a live admin UI and Lua exports to create, edit, and delete items at runtime without touching a file or restarting the server. Your existing data files stay in place and serve as a fallback if anything goes wrong.
ItemsDB is not a replacement for your ox_inventory data files.
Your existing data/items.lua and data/weapons.lua files must remain intact. If ItemsDB fails to load or returns no data, ox_inventory automatically falls back to those files to keep your server running. Deleting them will break your server if anything goes wrong.
Additionally, ItemsDB is a new project. While it has been tested, not every edge case has been covered. You may encounter issues in production that weren't caught during development. Use with caution, keep backups, and report any problems you find.
Requirements
| Dependency | Notes |
|---|---|
| ox_inventory | Do you seriously have to ask? |
| ox_lib | Do you seriously have to ask? |
| oxmysql | Database driver |