Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 1fb5271

Browse files
committed
updated README.md
1 parent 2ee0253 commit 1fb5271

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ Supports stored procedures (PL/pgSQL, T-SQL, MySQL, PL/SQL): where sqlglot falls
1010

1111
Anywhere SQL hits a hot path: proxies, sidecars, migration tools, linters, etc. Also a replacement for every regex that's pretending to parse SQL.
1212

13-
#### Why it exists
13+
#### Inspiration
1414

15-
Because the hardest part of parsing SQL in Python is explaining to Python why you're doing it so often. The algorithm was already O(n). The runtime wasn't.
16-
17-
Inspired by the original [sqlglot](https://github.com/tobymao/sqlglot), which did the decade-long work of mapping 31+ SQL dialects into an elegant, universal AST. libsqlglot does the comparatively trivial work of compiling it.
15+
Inspired by the original [sqlglot](https://github.com/tobymao/sqlglot), which did the decade-long work of mapping 31+ SQL dialects into an elegant, universal AST. libsqlglot does the comparatively trivial work of compiling it: the algorithm was already O(n), the runtime wasn't.
1816

1917
## Contents
2018

0 commit comments

Comments
 (0)