Commit Graph

2 Commits

Author SHA1 Message Date
99972eb8cc 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.
2025-07-30 04:56:55 +00:00
7dda554d0a feat: add sqlite3 and io foreign modules with async callbacks and integrate into build 2025-07-30 03:11:49 +00:00