-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
Is your feature request related to a problem? Please describe.
As we know there are a bunch of issues related to driver connection in MySQL of SourceMod, late loading items etc...
Describe the solution you'd like
Create and use separate BackEnd part that can use any database and proceed work with prepared contracts.
Expected issues:
- high latency
- more libs to support payloads in format as
json, xml - additional skills with optimization
Describe alternatives you've considered
Use local database, but it is not a solution for large database.
Additional context
Maybe implement sockets connection to synchronize items between gameserver & database.
Profits
- More secure layers, flexible access in a future
- Code will remain open source and use another license, premium features can be moved to another builds, so there no prohibit of GPLv3
- Less dependent on database drivers of SourceMod.