mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
653 B
Plaintext
14 lines
653 B
Plaintext
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, 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.
|