-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to use RESTful API instead of databases #128
Comments
@R1KO @CrazyHackGUT need your opinion (please use english). |
Do I understand correctly that we are burying SQLite usage? |
Не знаю имеет ли это смысл. И уже этот Storage реализовать как SQL (MySQL/SQLite), либо API (restful/любое другое). |
Yes |
Like server crash when database connection goes by timeout? |
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:
json, xml
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
The text was updated successfully, but these errors were encountered: