Skip to content
This repository was archived by the owner on Oct 25, 2022. It is now read-only.

Commit d24bc69

Browse files
authored
Update README.md
1 parent 2f43c01 commit d24bc69

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,19 @@ We ship the [PostgreSQL](https://jdbc.postgresql.org/) (v9.4-1212.jre6) in the `
249249

250250
Note: Laravel uses `pgsql` driver name instead of `postgres`.
251251

252+
### SQLite
253+
254+
We ship the [SQLite](https://www.sqlite.org/) (version v056, based on SQLite 3.6.14.2) in the `/src/JasperStarter/jdbc/` directory.
255+
256+
```
257+
array(
258+
'driver' => 'generic',
259+
'jdbc_driver' => 'org.sqlite.JDBC',
260+
'jdbc_url' => 'jdbc:sqlite:/database.sqlite'
261+
)
262+
```
263+
264+
252265
### JSON
253266

254267
Source file example:

0 commit comments

Comments
 (0)