Hello guys, we are working new project with @justpw
this is work in progress now we are just want pls do test and respond here
its new database project not using Heidisql, using json files and its not influence to MYSQL values
All are in the readme.md
2 Likes
Do you think a Json DB will be performing better than a mysql DB?
Of course, because mysql is using queries, it’s doing requests to a server and waiting for answer. JSON will only write lines to a file.
Good project !
1 Like