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

Last updated: July 03,2024

1. Install "python39-sqlglot" package

This is a short guide on how to install python39-sqlglot on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sqlglot

2. Uninstall "python39-sqlglot" package

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

$ sudo zypper remove python39-sqlglot

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

Information for package python39-sqlglot:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.