danjono / Inventory-Rollback

Allows server moderators to restore player items and data from backups.
MIT License
36 stars 20 forks source link

Request: SQL compatibility #42

Open Stixil opened 3 years ago

Stixil commented 3 years ago

Hi, I am writing to request compatibility to use SQL databases to store player backups. This should help performance by only polling from the database when requested (for larger servers) and make cross-server storage possible. If this can be done, the ability to additionally set table prefixes in the config would be fantastic, thanks!