Skip to content

Commit 0d85bfe

Browse files
committed
Chore: Improve documentation
1 parent 392b809 commit 0d85bfe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/migrate-from-crate-client.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ from sqlalchemy_cratedb import dialect
3333
from sqlalchemy_cratedb import ObjectArray, ObjectType, FloatVector, Geopoint, Geoshape
3434
```
3535

36+
```python
37+
# Previous import
38+
from crate.client.sqlalchemy.compiler import CrateDDLCompiler, CrateTypeCompiler
39+
40+
# New import
41+
from sqlalchemy_cratedb.compiler import CrateDDLCompiler, CrateTypeCompiler
42+
```
43+
3644
```python
3745
# Previous import
3846
# from crate.client.sqlalchemy.predicates import match

0 commit comments

Comments
 (0)