From fc387bddf834c4b5daa2849f3ca6bbd130c35de7 Mon Sep 17 00:00:00 2001 From: Antonio Mallia Date: Sun, 27 Dec 2015 17:14:56 +0100 Subject: [PATCH] Updated Popular DataSource list Added OrientDataSource to the list of popular datasources. I have tested OrientDB with HikariCP and it is perfectly working! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5713a458..e840d384 100644 --- a/README.md +++ b/README.md @@ -372,6 +372,7 @@ Here is a list of JDBC *DataSource* classes for popular databases: | MySQL | Connector/J | com.mysql.jdbc.jdbc2.optional.MysqlDataSource | | MS SQL Server | Microsoft | com.microsoft.sqlserver.jdbc.SQLServerDataSource | | Oracle | Oracle | oracle.jdbc.pool.OracleDataSource | +| OrientDB | OrientDB | com.orientechnologies.orient.jdbc.OrientDataSource | | PostgreSQL | pgjdbc-ng | com.impossibl.postgres.jdbc.PGDataSource | | PostgreSQL | PostgreSQL | org.postgresql.ds.PGSimpleDataSource | | SAP MaxDB | SAP | com.sap.dbtech.jdbc.DriverSapDB |