How to Install and Uninstall python310-sqlglot Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python310-sqlglot" package

This guide let you learn how to install python310-sqlglot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-sqlglot

2. Uninstall "python310-sqlglot" package

This tutorial shows how to uninstall python310-sqlglot on openSuSE Tumbleweed:

$ sudo zypper remove python310-sqlglot

3. Information about the python310-sqlglot package on openSuSE Tumbleweed

Information for package python310-sqlglot:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-sqlglot
Version : 7.0.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : python-sqlglot-7.0.0-2.2.src
Upstream URL : https://github.com/tobymao/sqlglot
Summary : An easily customizable SQL parser and transpiler
Description :
SQLGlot is a no dependency Python SQL parser, transpiler, and optimizer. It can be
used to format SQL or translate between different dialects like DuckDB, Presto,
Spark, Snowflake, and BigQuery. It aims to read a wide variety of SQL inputs and
output syntactically correct SQL in the targeted dialects.
It is a very comprehensive generic SQL parser with a robust test suite. It is also
quite performant while being written purely in Python. You can easily customize the
parser, analyze queries, traverse expression trees, and programmatically build SQL.
Syntax errors are highlighted and dialect incompatibilities can warn or raise
depending on configurations.