## Blog
Notes, tutorials, and deep dives from the DearSQL team.
-
A simple todo app with Dear ImGui and CMake
· dunkbing
Wire up Dear ImGui, GLFW, and OpenGL with CMake, then build a minimal todo app in about 80 lines of C++.
-
Connecting to MySQL from C++ with libmysqlclient
· dunkbing
How DearSQL talks to MySQL and MariaDB in a few hundred lines of C++ — mysql_real_connect, multi-statement queries, and fetching rows.
-
Connecting to PostgreSQL from C++ with libpq
· dunkbing
How DearSQL talks to PostgreSQL in a few hundred lines of C++ — connection string, PQsendQuery, and a tiny RAII wrapper.