@@ -256,61 +256,68 @@ 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
264- - name : PostgreSQL
265- icon : " :simple-postgresql :"
275+ - name : Snowflake
276+ icon : " :simple-snowflake :"
266277 content : |
267- PostgreSQL can be accessed with the {{p.Jdbc}} dataset and a
268- [JDBC driver](https://central.sonatype.com/artifact/org.postgresql/postgresql/versions).
278+ Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset (JDBC driver included).
269279
270- - name : MariaDB
271- icon : " :simple-mariadb :"
280+ - name : Microsoft SQL
281+ icon : " :material-microsoft :"
272282 content : |
273- MariaDB can be accessed with the {{p.Jdbc}} dataset and a
274- [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
283+ The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
275284
276- - name : SQLite
277- icon : " :simple-sqlite :"
285+ - name : PostgreSQL
286+ icon : " :simple-postgresql :"
278287 content : |
279- SQLite can be accessed with the {{p.Jdbc}} dataset and a
280- [JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
288+ PostgreSQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
281289
282290 - name : MySQL
283291 icon : " :simple-mysql:"
284292 content : |
285- MySQL can be accessed with the {{p.Jdbc}} dataset and a
286- [JDBC driver](https://central.sonatype.com/artifact/org.mariadb.jdbc/mariadb-java-client/overview).
287-
288- - name : Hive
289- icon : " :simple-apachehive:"
290- content : |
291- Read from or write to an embedded Apache {{p.Hive}} endpoint.
292-
293- - name : Microsoft SQL
294- icon : " :material-microsoft:"
295- content : |
296- The Microsoft SQL Server can be accessed with the {{p.Jdbc}} dataset and a
297- [JDBC driver](https://central.sonatype.com/artifact/com.microsoft.sqlserver/mssql-jdbc).
293+ MySQL can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
298294
299- - name : Snowflake
300- icon : " :simple-snowflake :"
295+ - name : MariaDB
296+ icon : " :simple-mariadb :"
301297 content : |
302- Snowflake can be accessed with the {{p.SnowflakeJdbc}} dataset and a
303- [JDBC driver](https://central.sonatype.com/artifact/net.snowflake/snowflake-jdbc).
298+ MariaDB can be accessed with the {{p.Jdbc}} dataset (JDBC driver included).
304299
305- - name : pgvector
306- icon : " :black_large_square :"
300+ - name : SQLite
301+ icon : " :simple-sqlite :"
307302 content : |
308- Store vector embeddings into [pgvector](https://github.com/pgvector/pgvector)
309- using the {{p.cmem_plugin_pgvector_Search}}.
303+ SQLite can be accessed with the {{p.Jdbc}} dataset and a
304+ [Custom JDBC driver](https://central.sonatype.com/artifact/org.xerial/sqlite-jdbc).
305+ Please have a look at
306+ [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/index.md).
310307
311308 - name : Trino
312309 icon : " :simple-trino:"
313310 content : |
314- [Trino](https://github.com/trinodb/trino) can be access with the
315- {{p.Jdbc}} dataset and a [JDBC driver](https://trino.io/docs/current/client/jdbc.html).
311+ [Trino](https://github.com/trinodb/trino) can be access with the {{p.Jdbc}} dataset and a
312+ [Custom JDBC driver](https://trino.io/docs/current/client/jdbc.html).
313+ Please have a look at
314+ [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/index.md).
315+
316+ - name : Databricks
317+ icon : " :simple-databricks:"
318+ content : |
319+ [Databricks](http://databricks.com/) can be accessed with the {{p.Jdbc}} dataset and a
320+ [Custom JDBC driver](https://github.com/databricks/databricks-jdbc).
321+ Please have a look at
322+ [Setup and use of JDBC Drivers](../../deploy-and-configure/configuration/dataintegration/jdbc/index.md).
316323
0 commit comments