We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9ad38 commit 751c901Copy full SHA for 751c901
src/crate/client/sqlalchemy/dialect.py
@@ -159,6 +159,7 @@ def process(value):
159
160
class CrateDialect(default.DefaultDialect):
161
name = 'crate'
162
+ driver = 'crate-python'
163
statement_compiler = CrateCompiler
164
ddl_compiler = CrateDDLCompiler
165
type_compiler = CrateTypeCompiler
0 commit comments