Cyberneura

Queryfolio, a SQL client, is now available

We have released Queryfolio, a desktop application of our own. It is open source under the MIT License and free to use.

Queryfolio is a SQL client that handles MySQL, PostgreSQL, SQLite, DuckDB, Redis, Elasticsearch and DynamoDB in a single app. It ships with guards that keep you from breaking a production database, such as per-connection read-only mode and an automatic LIMIT on SELECTs that have none. Builds are available for macOS and Windows.

On macOS it can also be installed through Homebrew.

brew install --cask cyberneura/tap/queryfolio

Back to all news