đ Getting Started
Let's discover Noir in less than 10 minutes.

Noir is a modern cross-platform database client that tries to deliver a great experience.
đĨ Featuresâ
- đ Free and open source!
- đģ Cross-platform - Linux, Macos and Windows
- đ Multiple simultaneous connections
- đī¸ Multiple query tabs
- đ Export as CSV or JSON array
- đ Sleek editor, with autocomplete, vim mode, formatting and more
- đ Modern, fast grid for results display
- đ Run multiple queries at once and paginate between results
- â¨ī¸ Keyboard-driven, achieve everything with only the keyboard
- đĄ Modify ui, grid and editor themes however you like
- đ View complex rows in a JSON mod which allows search
- đ Quick actions
Supported databasesâ
- Postgresql
- MySQL
- MariaDB
- SQLite
âī¸ Mechanicsâ
Noir implements a smart cache technique by caching queries by tabs and their position in that tab for each connection. Meaning in case of:
select name from user;
select id from product;
Each query will be executed separately and cached in its own file. The cache lives in a temporary folder that clears upon system restarts.