Requirements
Before installing Queryly, ensure you have the following:.NET 8.0 SDK or later
Required to build and run Queryly
Verify .NET Installation
Check if you have .NET 8.0 SDK installed:Build from Source
Currently, Queryly is installed by building from source. A global .NET tool package is coming soon.Build the project
Build Queryly using the .NET CLI:This will restore dependencies and compile the project. You should see a successful build message.
Run Queryly
Run Queryly using the dotnet run command:You should see the Queryly banner and help information:
Install as Global Tool (Coming Soon)
In a future release, Queryly will be available as a .NET global tool for easier installation.
queryly directly from anywhere:
Verify Installation
Verify that Queryly is working correctly by running the help command:Configuration Location
Queryly stores its configuration in your home directory:connections.json- Stores your saved database connections
Troubleshooting
dotnet command not found
dotnet command not found
Problem: The
dotnet command is not recognized.Solution: Install the .NET 8.0 SDK from dotnet.microsoft.com. After installation, restart your terminal and verify with dotnet --version.Build fails with dependency errors
Build fails with dependency errors
Problem: Build fails with package restoration errors.Solution: Clear your NuGet cache and restore:
Permission denied errors
Permission denied errors
Problem: Permission errors when running on Linux/macOS.Solution: Ensure you have read/write permissions in the project directory:
Next Steps
Now that Queryly is installed, learn how to use it:Quick Start
Add your first database connection and explore your data
Command Reference
Learn all available Queryly commands