Type
This type is used to show the properties of the connection options.
| Property | Type | Optional | Description |
|---|---|---|---|
| auto_clean | boolean | ✅ | Whether to auto clean database & cache or not. |
| auto_create | boolean | ✅ | Whether to auto create the user in the database or not. |
| debug | boolean | ✅ | Whether to enable debug logging or not. |
| notify | boolean | ✅ | Whether to enable info logging or not. |
| type | "mongodb" or "sqlite" | ❌ | The type of database to use. |
| xp_rate | "fast", "normal", "slow" or number | ✅ | The rate of XP gain. |