## Stack

Everything DearSQL is built on.

### Core

  • - C++20 — std::format, ranges, concepts.
  • - CMake — Build system (≥ 3.23).
  • - vcpkg — Dependency manager for third-party libraries.

### UI

### Rendering

  • - Metal — GPU backend on macOS.
  • - OpenGL — GPU backend on Linux.
  • - DirectX 11 — GPU backend on Windows.

### Database drivers

### SQL tooling

### Security & networking

  • - OpenSSL — TLS for every backend.
  • - system ssh — SSH tunneling via the system ssh binary.

### Platform integration

  • - Sparkle — Auto-update on macOS.
  • - WinSparkle — Auto-update on Windows.
  • - AppImage — Self-contained Linux binary + auto-update.

### Infrastructure

  • - spdlog — Fast C++ logging.
  • - GoogleTest — Test suite for database backends.
  • - Sentry — Crash and error reporting.
  • - Polar.sh — License activation and checkout.

### This website