###################### Database ###################### The database is a resource that contains all information about items, recipes, craft stations and item categories. To use the inventory system you need to have at least one resource created in your project. .. note:: The demo already includes an example database, it is possible to use it, it is in the folder :guilabel:`&addons/inventory-system/demos/base/database.tres` :ref:`create_database` shows how to create a new database. .. toctree:: :maxdepth: 2 :caption: Database database/inventory_database_editor database/item_definition database/item_category database/using_database_in_scenes database/work_with_json