Skip to content

Commit

Permalink
Chore: Improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 18, 2024
1 parent 392b809 commit 0d85bfe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/migrate-from-crate-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ from sqlalchemy_cratedb import dialect
from sqlalchemy_cratedb import ObjectArray, ObjectType, FloatVector, Geopoint, Geoshape
```

```python
# Previous import
from crate.client.sqlalchemy.compiler import CrateDDLCompiler, CrateTypeCompiler

# New import
from sqlalchemy_cratedb.compiler import CrateDDLCompiler, CrateTypeCompiler
```

```python
# Previous import
# from crate.client.sqlalchemy.predicates import match
Expand Down

0 comments on commit 0d85bfe

Please sign in to comment.