ydb-sqlglot-plugin 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ """YDB SQL dialect plugin for sqlglot."""
2
+
3
+ from .ydb import YDB
4
+ from .version import VERSION
5
+
6
+
7
+ __version__ = VERSION
ydb_sqlglot/version.py ADDED
@@ -0,0 +1 @@
1
+ VERSION = "0.1.0"