From d24bc69aaaf55beb2a76a0db2a572e81f6baee09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9lder=20Duarte?= Date: Fri, 16 Nov 2018 11:45:31 +0000 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 5a88f8e..e42a686 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,19 @@ We ship the [PostgreSQL](https://jdbc.postgresql.org/) (v9.4-1212.jre6) in the ` Note: Laravel uses `pgsql` driver name instead of `postgres`. +### SQLite + +We ship the [SQLite](https://www.sqlite.org/) (version v056, based on SQLite 3.6.14.2) in the `/src/JasperStarter/jdbc/` directory. + +``` +array( + 'driver' => 'generic', + 'jdbc_driver' => 'org.sqlite.JDBC', + 'jdbc_url' => 'jdbc:sqlite:/database.sqlite' +) +``` + + ### JSON Source file example: