Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/connect/drivers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(connect-drivers)=
# Drivers and Client Libraries
# All drivers and client libraries

:::{include} /_include/links.md
:::
Expand All @@ -8,6 +8,7 @@ This section lists drivers and adapters for supported programming languages,
frameworks, and environments.

## PostgreSQL

The drivers listed in this section all use the [CrateDB PostgreSQL interface].

::::{sd-table}
Expand Down Expand Up @@ -218,6 +219,7 @@ For connecting to CrateDB from Python, supporting Python's async implementations


## HTTP

The drivers listed in this section all use the [CrateDB HTTP interface].

::::{sd-table}
Expand Down Expand Up @@ -378,3 +380,7 @@ Ruby on Rails ActiveRecord adapter for CrateDB.
Please visit the {ref}`build-status` page for an overview about the integration
status of the client drivers listed above, and more.
```


[CrateDB HTTP interface]: inv:crate-reference:*:label#interface-http
[CrateDB PostgreSQL interface]: inv:crate-reference:*:label#interface-postgresql
4 changes: 1 addition & 3 deletions docs/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Database connectivity options and tools.
- {ref}`connect-php`
- {ref}`connect-python`
- {ref}`connect-ruby`
- {ref}`connect-drivers`
- Overview: {ref}`connect-drivers`

All available CrateDB drivers and adapters for supported programming languages,
frameworks, and environments.
Expand Down Expand Up @@ -134,8 +134,6 @@ ruby
[Authentication]: inv:crate-reference:*:label#admin_auth
[Bulk operations]: inv:crate-reference:*:label#http-bulk-ops
[CrateDB Examples]: https://github.com/crate/cratedb-examples
[CrateDB HTTP interface]: inv:crate-reference:*:label#interface-http
[CrateDB PostgreSQL interface]: inv:crate-reference:*:label#interface-postgresql
[HTTP interface]: inv:crate-reference:*:label#interface-http
[HTTP protocol]: https://en.wikipedia.org/wiki/HTTP
[JDBC]: https://en.wikipedia.org/wiki/Java_Database_Connectivity
Expand Down