fix(docs): use modern driver package for CrateDB (#42125)

Co-authored-by: Andreas Motl <andreas.motl@crate.io>
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2026-07-17 20:05:09 -07:00
committed by GitHub
parent 25f6c6c80b
commit b432f8c917
3 changed files with 3 additions and 2 deletions

View File

@@ -3672,7 +3672,7 @@
"drivers": [
{
"name": "crate",
"pypi_package": "crate[sqlalchemy]",
"pypi_package": "sqlalchemy-cratedb",
"connection_string": "crate://{host}:{port}",
"is_recommended": true
}