Storage vs Database, the difference?

Storage is one table within the database, that is written to and read from using the storage engine. The database itself contains a number of different tables though, as displayed in the image below.


The storage engine is where you would want to manage data for your inventory or something like that, although it’s associated with a key for the user, so you need to use the UserID to fetch inventory items for that particular user in Storage

2 Likes