Get Up and Running
This guide will take you from zero to querying your database in under 5 minutes.Make sure you’ve installed Queryly before proceeding.
Your First Database Connection
Add a connection
Start by adding your first database connection:You’ll be prompted to enter:The connection will be tested before saving to ensure it works correctly.
- Connection name: A friendly name (e.g., “LocalDB”, “MyApp”)
- Database type: Choose from SQLite, SQL Server, PostgreSQL, or MySQL
- Connection string: The connection string for your database
List your connections
Verify that your connection was saved:You’ll see a table showing all saved connections with their type and last used date:
Explore Your Database Schema
Now that you have a connection, let’s explore what’s in your database.View table structure
Get detailed information about a specific table:This shows columns, data types, constraints, and indexes:
Browse and Query Data
Now let’s look at actual data in your tables.Run custom queries
Enter interactive query mode to run custom SQL:This opens an interactive SQL prompt:
Connection String Examples
Here are example connection strings for each supported database:Complete Example Workflow
Here’s a complete example of working with a SQLite database:Common Tasks
Manage Connections
Explore Schema
Browse Data
Export Data
Next Steps
Now that you’re familiar with the basics, explore more:Command Reference
Complete list of all Queryly commands and options
Database Providers
Learn about connection strings for each database type
Configuration
Configure Queryly settings and connection management
Troubleshooting
Solutions to common issues and error messages