P0-B4: Part 1177: Sqllite Support
by PhoenixGames on Jan.08, 2023, under Astral Realms
I have added sqllite support to unity, and I have found a reliable way of duplicating my existin database scheme and converting it to sqllite mode.
The mysql commands themselves need slight modifications, but seem mostly compatible.
The main issue now is coding the server to support both database formats interchangeably. I don’t want to have a separate server executable for both, but I can’t release mySQL code in any form, so I need to exclude the mySQL specific code from the playerserver build.





