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

Commit d78675d

Browse files
authored
Update README.md
1 parent 3cc6d3d commit d78675d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
**Please note**
1+
#### Deprecation notice
22

3-
This is a work in progress. Expect undocumented features.
3+
This repo is now deprecated. Please use [libglot](https://github.com/richarah/libglot).
44

55
# libsqlglot
66

77
#### What this is
88

99
sqlglot, in C++. 45 dialects, 126× faster on benchmark SQL, 252× on the kind your ORM generates when nobody's looking. Performance gap scales with query complexity, see [Benchmarks](#benchmarks).
1010

11-
Supports stored procedures (PL/pgSQL, T-SQL, MySQL, PL/SQL): where sqlglot falls back to passthrough, libsqlglot parses them into the AST.
12-
1311
#### What it's for
1412

1513
Anywhere SQL parsing meets the hot path: proxies, sidecars, migration, linters, Git pre-commit hooks, CI/CD pipelines. Also a replacement for every regex that's pretending to be a parser.

0 commit comments

Comments
 (0)