You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlexQL is a lightweight, high-performance relational database engine built from scratch in C++17. It follows a client-server architecture where clients connect over TCP and issue SQL-like queries that the server executes against an in-memory database.