feat: replace socket backend with sqlite3 and refactor socket API to static methods

Replace the socket-based communication backend with an sqlite3 database backend, removing all socket-specific platform includes and data structures. Refactor the Socket class API from instance methods to static foreign methods, introducing SocketInstance wrapper class for fiber-based async operations. Update example files to use new API and increase sqlite performance test insert count from 1000 to 100000.
This commit is contained in:
2025-07-30 04:56:55 +00:00
parent 7dda554d0a
commit 99972eb8cc
7 changed files with 1010 additions and 985 deletions
BIN
View File
Binary file not shown.