diff --git a/connecting-to-dbs-in-owl-web/owl-db-connection/supported-drivers.md b/connecting-to-dbs-in-owl-web/owl-db-connection/supported-drivers.md
new file mode 100644
index 00000000..40f5b44a
--- /dev/null
+++ b/connecting-to-dbs-in-owl-web/owl-db-connection/supported-drivers.md
@@ -0,0 +1,39 @@
+The following is a list of drivers certified for production use.
+
+
+ | Connection Type | Driver | Certification |
+ | Teradata | Native | Production |
+ | Oracle | Native | Production |
+ | MS SQL Server | Native | Production |
+ | Snowflake | Native | Production |
+ | S3 | S3 SDK in Web / S3a connector in Core | Production |
+ | Hive | Simba JDBC | Production |
+ | Impala | Simba JDBC | Production |
+ | Postgres | Native | Production |
+ | MySql | Native | Production |
+ | Kafka | Native | Production |
+ | DB2 | Native | Production |
+ | GreenPlum | postgres | Production |
+ | HDFS | HDFS connector | Production |
+
+
+The following is a list of drivers which are for test purposes (not certified yet for production usage).
+
+
+ | Connection Type | Driver | Certification |
+ | mongoDB | Junity | Preview |
+ | MapR Hive?? | MapR Hive Driver | Preview |
+ | Redshift | Simba JDBC | Preview |
+ | Athena | Simba JDBC | Preview |
+ | Presto | Simba | Preview |
+ | Bigquery | Simba JDBC for Web / Bigquery Spark Connector in Core | Preview |
+ | GCS | Google Cloud SDK for Web / GCS Spark Conenctor in Core | Preview |
+ | Solr | Solr's JDBC | Preview |
+ | Phoenix | Native | Preview |
+ | Cassandra | Native | Preview |
+ | MS SQL DW | Native | Preview |
+ | Delta Lake | Native | Preview |
+ | SAP HANA | Native | Preview |
+ | MariaDB | Mysql Driver | Preview |
+
+