Yusupov70

πŸŽ‰ usql - Effortless SQL Queries Made Simple

Download usql

πŸš€ Getting Started

Welcome to usql! This application allows you to run SQL queries across various databases like SQLite, Postgres, MySQL, DuckDB, and Parquet with ease. It simplifies the process by automating the driver installation and enabling schema introspection for AI models like ChatGPT and Claude.

πŸ’» System Requirements

Before you start, ensure your system meets the following requirements:

πŸ“₯ Download & Install

To get usql, visit the following page to download the latest version:

Download usql

  1. Open the Releases page in your web browser.
  2. Find the latest version of usql.
  3. Download the appropriate file for your operating system.
  4. Once downloaded, locate the file on your computer and run it to start the installation.
  5. Follow the on-screen instructions to complete the installation.

πŸ“– Usage Instructions

After installing, you can start using usql right away. Here’s how to run simple SQL queries:

  1. Open the Terminal:
    • On Windows, use the Command Prompt or PowerShell.
    • On macOS, open Terminal from the Applications folder.
    • On Linux, open your preferred terminal emulator.
  2. Launch usql: Type usql and press Enter. This will bring up the usql command line interface.

  3. Connecting to a Database: To connect to a database, use the following command:
    usql --driver [database_driver] --database [database_name]
    

    Replace [database_driver] with one of the following: sqlite, postgres, mysql, duckdb, or parquet. Substitute [database_name] with your database’s name.

  4. Running a Query: Once connected, type your SQL query and press Enter. For example:
    SELECT * FROM users;
    
  5. Exiting usql: To exit, simply type exit and hit Enter.

πŸŽ“ Advanced Features

usql comes with several advanced features to enhance your SQL experience:

πŸ›  Troubleshooting

If you encounter issues, here are a few common solutions:

πŸ“š Additional Resources

For more detailed information about using usql, consider checking these resources:

Feel free to open an issue if you face any challenges, and our community will assist you. Happy querying!