@@ -256,61 +256,65 @@ integrations:
256256 # Databases
257257 # ####
258258
259+ - name : Hive
260+ icon : " :simple-apachehive:"
261+ content : |
262+ Read from or write to an embedded Apache {{p.Hive}} endpoint.
263+
264+ - name : pgvector
265+ icon : " :black_large_square:"
266+ content : |
267+ Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
268+ using the {{p.cmem_plugin_pgvector_Search}}.
269+
259270 - name : Neo4J
260271 icon : " :simple-neo4j:"
261272 content : |
262273 Use the {{p.neo4j}} dataset for reading and writing [Neo4j graphs](https://neo4j.com/).
263274
275+ - name : Snowflake
276+ icon : " :simple-snowflake:"
277+ content : |
278+ Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset (JDBC driver included).
279+
280+ - name : Microsoft SQL
281+ icon : " :material-microsoft:"
282+ content : |
283+ The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
284+
264285 - name : PostgreSQL
265286 icon : " :simple-postgresql:"
266287 content : |
267288 PostgreSQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
268289
290+ - name : MySQL
291+ icon : " :simple-mysql:"
292+ content : |
293+ MySQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
294+
269295 - name : MariaDB
270296 icon : " :simple-mariadb:"
271297 content : |
272298 MariaDB can be accessed with the {{p.Jdbc}} dataset and a
273299 [Custom JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
300+ Please have a look at
301+ [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
274302
275303 - name : SQLite
276304 icon : " :simple-sqlite:"
277305 content : |
278306 SQLite can be accessed with the {{p.Jdbc}} dataset and a
279307 [Custom JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
280-
281- - name : MySQL
282- icon : " :simple-mysql:"
283- content : |
284- MySQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
285-
286- - name : Hive
287- icon : " :simple-apachehive:"
288- content : |
289- Read from or write to an embedded Apache {{p.Hive}} endpoint.
290-
291- - name : Microsoft SQL
292- icon : " :material-microsoft:"
293- content : |
294- The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
295-
296- - name : Snowflake
297- icon : " :simple-snowflake:"
298- content : |
299- Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset (JDBC driver included).
300-
301- - name : pgvector
302- icon : " :black_large_square:"
303- content : |
304- Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
305- using the {{p.cmem_plugin_pgvector_Search}}.
308+ Please have a look at
309+ [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
306310
307311 - name : Trino
308312 icon : " :simple-trino:"
309313 content : |
310- [Trino](https://github.com/trinodb/trino) can be access with the
311- {{p.Jdbc}} dataset and a [Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
314+ [Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a
315+ [Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
312316 Please have a look at
313- [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/)
317+ [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
314318
315319 - name : Databricks
316320 icon : " :simple-databricks:"
@@ -319,3 +323,4 @@ integrations:
319323 [Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
320324 Please have a look at
321325 [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/).
326+
0 commit comments