Skip to content

Commit 35c8efc

Browse files
authored
Chore: add YDB plugin to dialects list (#6741)
1 parent f99c071 commit 35c8efc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,11 +600,14 @@ x + interval '1' month
600600
| Teradata | Community |
601601
| Trino | Official |
602602
| TSQL | Official |
603+
| YDB | [Plugin](https://pypi.org/project/ydb-sqlglot-plugin) |
603604

604605
**Official Dialects** are maintained by the core SQLGlot team with higher priority for bug fixes and feature additions.
605606

606607
**Community Dialects** are developed and maintained primarily through community contributions. These are fully functional but may receive lower priority for issue resolution compared to officially supported dialects. We welcome and encourage community contributions to improve these dialects.
607608

609+
**Plugin Dialects** (supported since v28.6.0) are third-party dialects developed and maintained in external repositories by independent contributors. These dialects are not part of the SQLGlot codebase and are distributed as separate packages. The SQLGlot team does not provide support or maintenance for plugin dialects — please direct any issues or feature requests to their respective repositories. See [Creating a Dialect Plugin](#creating-a-dialect-plugin) below for information on how to build your own.
610+
608611
### Creating a Dialect Plugin
609612

610613
If your database isn't supported, you can create a plugin that registers a custom dialect via entry points. Create a package with your dialect class and register it in `setup.py`:

0 commit comments

Comments
 (0)