From 239f97017e7fe37906f8542230b89ac82ec224fc Mon Sep 17 00:00:00 2001
From: Marouane Gazanayi <marouane.gazanayi@gmail.com>
Date: Fri, 15 Jan 2016 16:29:58 +0100
Subject: [PATCH] Add SQLite DataSource class

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 775d58b8..9289236e 100644
--- a/README.md
+++ b/README.md
@@ -388,6 +388,7 @@ Here is a list of JDBC *DataSource* classes for popular databases:
 | PostgreSQL       | pgjdbc-ng    | com.impossibl.postgres.jdbc.PGDataSource |
 | PostgreSQL       | PostgreSQL   | org.postgresql.ds.PGSimpleDataSource |
 | SAP MaxDB        | SAP          | com.sap.dbtech.jdbc.DriverSapDB |
+| SQLite           | xerial       | org.sqlite.SQLiteDataSource |
 | SyBase           | jConnect     | com.sybase.jdbc4.jdbc.SybDataSource |
 
 ### Play Framework Plugin