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
3 changes: 3 additions & 0 deletions docs/_include/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[cloud-datashader-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/amo/cloud-datashader/topic/timeseries/explore/cloud-datashader.ipynb
[cloud-datashader-github]: https://github.com/crate/cratedb-examples/blob/amo/cloud-datashader/topic/timeseries/explore/cloud-datashader.ipynb
[CTE]: inv:crate-reference#sql_dql_with
[CrateDB BLOBs]: inv:crate-reference:*:label#blob_support
[CrateDB Cloud]: https://cratedb.com/product/cloud
[CrateDB JDBC Driver]: https://cratedb.com/docs/jdbc/
[CrateDB Self-Managed]: https://cratedb.com/product/self-managed
Expand Down Expand Up @@ -44,6 +45,8 @@
[nearest neighbor search]: https://en.wikipedia.org/wiki/Nearest_neighbor_search
[Nested Data Structure]: https://cratedb.com/product/features/nested-data-structure
[PostgreSQL JDBC Driver]: https://jdbc.postgresql.org/
[python-dbapi-by-example]: inv:crate-python:*:label#by-example
[python-sqlalchemy-by-example]: inv:sqlalchemy-cratedb:*:label#by-example
[query DSL based on JSON]: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html
[RANK]: inv:crate-reference#window-functions-rank
[Relational Database]: https://cratedb.com/solutions/relational-database
Expand Down
4 changes: 3 additions & 1 deletion docs/connect/drivers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
(connect-drivers)=

# Drivers and Client Libraries

:::{include} /_include/links.md
:::

This section lists drivers and adapters for supported programming languages,
frameworks, and environments.

Expand Down
14 changes: 5 additions & 9 deletions docs/connect/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
(connect)=

# Connect

This documentation section is about connecting your applications to CrateDB
and CrateDB Cloud, using database drivers, compatibility adapters and dialects.

:::{include} /_include/links.md
:::

This documentation section is about connecting your applications to CrateDB
and CrateDB Cloud, using database drivers, compatibility adapters and dialects.

:::::{grid}
:padding: 0

Expand All @@ -33,7 +32,7 @@ compatible with many standard database environments out of the box.

While it is generally recommended to use the PostgreSQL interface (PG) for maximum
compatibility in PostgreSQL environments, the HTTP interface supports CrateDB
bulk operations and CrateDB BLOBs, which are not supported by the PostgreSQL
bulk operations and [CrateDB BLOBs], which are not supported by the PostgreSQL
protocol.

The HTTP protocol can also be used to connect from environments where
Expand Down Expand Up @@ -61,7 +60,7 @@ and how to configure and use them with CrateDB optimally.
- [PostgreSQL interface]
- [SQL query syntax]
- [Bulk operations]
- [BLOBs]
- [BLOB support][CrateDB BLOBs]

```{rubric} Protocols and API Standards
```
Expand Down Expand Up @@ -170,7 +169,6 @@ ruby

[ADBC]: https://arrow.apache.org/docs/format/ADBC.html
[Authentication]: inv:crate-reference:*:label#admin_auth
[BLOBs]: inv:crate-reference:*:label#blob_support
[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
Expand All @@ -181,8 +179,6 @@ ruby
[ODBC]: https://en.wikipedia.org/wiki/Open_Database_Connectivity
[PostgreSQL interface]: inv:crate-reference:*:label#interface-postgresql
[PostgreSQL wire protocol]: https://www.postgresql.org/docs/current/protocol.html
[python-dbapi-by-example]: inv:crate-python:*:label#by-example
[python-sqlalchemy-by-example]: inv:sqlalchemy-cratedb:*:label#by-example
[schema]: inv:crate-reference:*:label#ddl-create-table-schemas
[schemas]: inv:crate-reference:*:label#ddl-create-table-schemas
[SQL]: https://en.wikipedia.org/wiki/Sql
Expand Down