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.