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

Last updated: July 08,2024

1. Install "python312-sqlglot" package

In this section, we are going to explain the necessary steps to install python312-sqlglot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-sqlglot

2. Uninstall "python312-sqlglot" package

This is a short guide on how to uninstall python312-sqlglot on openSuSE Tumbleweed:

$ sudo zypper remove python312-sqlglot

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

Information for package python312-sqlglot:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sqlglot
Version : 7.0.0-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 1.4 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.