An open API service indexing awesome lists of open source software.

https://github.com/dunkbing/dearsql

A simple, cross-platform database client built with Dear ImGui
https://github.com/dunkbing/dearsql

cpp database imgui sql

Last synced: about 13 hours ago
JSON representation

A simple, cross-platform database client built with Dear ImGui

Awesome Lists containing this project

README

          


DearSQL

DearSQL

A simple, cross-platform database client built with Dear ImGui.


Download

![Screenshot](assets/sc.webp)

## Features

- Support SQLite, PostgreSQL, MySQL, MariaDB, MongoDB, and Redis connections
- Cross-platform: macOS (Metal), Linux (GTK4 + OpenGL)
- Database browser: Sidebar for exploring schemas, tables, and structure
- Native file dialogs for SQLite files
- Native alert/confirm dialogs per platform
- Saves and restores previous database connections
- Run SQL queries with formatted results display
- Query history

## Built With

- [Dear ImGui](https://github.com/ocornut/imgui) - Immediate mode GUI
- [Native File Dialog](https://github.com/btzy/nativefiledialog-extended) - File pickers
- [IconFontCppHeaders](https://github.com/juliettef/IconFontCppHeaders) - Icon fonts
- [vcpkg.json](vcpkg.json) - Full dependency list